• “Cool” • VB.NET • Windows Forms • ASP.NET (WebForms) • SharePoint (WebParts) Windows Forms SharePoint (WebParts) ASP.NET (WebForms) Windows Presentation Foundation (WPF) • Silverlight • Windows Phone • Windows 8 • • • •

Download Report

Transcript • “Cool” • VB.NET • Windows Forms • ASP.NET (WebForms) • SharePoint (WebParts) Windows Forms SharePoint (WebParts) ASP.NET (WebForms) Windows Presentation Foundation (WPF) • Silverlight • Windows Phone • Windows 8 • • • •

• “Cool”
• VB.NET
• Windows Forms
• ASP.NET (WebForms)
• SharePoint (WebParts)
Windows Forms
SharePoint (WebParts)
ASP.NET (WebForms)
Windows Presentation Foundation
(WPF)
• Silverlight
• Windows Phone
• Windows 8
•
•
•
•
DllImport "avicap32.dll"
static extern int
string
int
int
int
int
int
int
int
DllImport "avicap32.dll"
static extern bool
int
MarshalAs UnmanagedType
int
MarshalAs UnmanagedType
int
// more and more of the same
"capCreateCaptureWindow"
ref string
ref string
using Windows.Media.Capture;
var
new CameraCaptureUI
new Size
var
await
CameraCaptureUIMode
if
var
new BitmapImage
await
FileAccessMode
FileOpenPicker picker = new FileOpenPicker();
picker.FileTypeFilter.Add("*");
StorageFile file = await picker.PickSingleFileAsync();
Windows.Storage.Streams.IInputStream inputStream =
await file.OpenReadAsync();
System.IO.Stream stream = inputStream.AsStreamForRead();
System.IO.StreamReader reader = new StreamReader(stream);
string contents = reader.ReadToEnd();
demo
demo
demo
demo
demo