Quantcast
Channel: All-In-One Code Framework - Channel 9
Browsing all 31 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to Crop an Image in a Windows Store Application

In a typical .NET WPF application, we can use the System.Windows.Media.Imaging.CroppedBitmap class to crop a bitmap, but in a Windows Store app, this class is not available. In Windows Store app, you...

View Article



Image may be NSFW.
Clik here to view.

How to Manipulate a File with FileRandomAccessStream in a Windows Store app

In a Windows Store app, FileRandomAccessStream can be used to create a file, load content from a file, or insert data into a specific position in the file. This video demonstrates...

View Article

Image may be NSFW.
Clik here to view.

How to Port iOS apps to Windows Store apps

This session talks about how to port iOS apps to Windows Store apps with mapping relations between iOS and Windows Store apps. We'll cover programming architectures, design principles, UI controls,...

View Article

Image may be NSFW.
Clik here to view.

How to Port Android apps to Windows Store apps

This session talks about how to port Android apps to Windows Store apps with mapping relations between Android and Windows Store apps. We'll cover the programming architecture, UI control, application...

View Article

Image may be NSFW.
Clik here to view.

How to Add an Item Dynamically to a Grouped GridView in a Windows Store app

This video will demonstrate how to add an item dynamically to a grouped GridView in Windows Store app.Download C# sample code   |  Download VB sample code  Your App Adventure Starts here. Build your...

View Article


Image may be NSFW.
Clik here to view.

How to: Reflection in the .NET Framework for Windows Store apps

This video will demonstrate how to get all classes that inherit from a base class or implement an interface in a C#/VB.NET Windows Store app.Download C# sample code   |  Download VB sample code  Your...

View Article

Image may be NSFW.
Clik here to view.

How to Port iOS apps to Windows Store apps

This session talks about how to port iOS apps to Windows Store apps with mapping relations between iOS and Windows Store apps. We'll cover programming architectures, design principles, UI controls,...

View Article

Image may be NSFW.
Clik here to view.

How to Port Android apps to Windows Store apps

This session talks about how to port Android apps to Windows Store apps with mapping relations between Android and Windows Store apps. We'll cover the programming architecture, UI control, application...

View Article


Image may be NSFW.
Clik here to view.

How to Add an Item Dynamically to a Grouped GridView in a Windows Store app

This video will demonstrate how to add an item dynamically to a grouped GridView in Windows Store app.Download C# sample code   |  Download VB sample code  Your App Adventure Starts here. Build your...

View Article


Image may be NSFW.
Clik here to view.

How to: Reflection in the .NET Framework for Windows Store apps

This video will demonstrate how to get all classes that inherit from a base class or implement an interface in a C#/VB.NET Windows Store app.Download C# sample code   |  Download VB sample code  Your...

View Article

Image may be NSFW.
Clik here to view.

How to add wartermark text or image to a bitmap in Windows Store app

Placing a watermark on an image before you publish it to the web   can help identify its ownership. In this video, we will show you how to use D2D to add text or image watermark to a bitmap image in...

View Article

Image may be NSFW.
Clik here to view.

How to pick and manipulate a 3D object in universal Windows game apps

Microsoft DirectX is a collection of APIs for handling tasks related to multimedia, especially in game programming. In this video, we'll show you how to use DirectX to pick a 3D object and manipulate...

View Article

Image may be NSFW.
Clik here to view.

How to zoom in or out the content in WebView in Univeral apps

The size of the WebView may not fit the size of the content very well. Whereas Webview has no built-in zoom function. So you cannot resize the content as your will. This video shows how to zoom in or...

View Article


Image may be NSFW.
Clik here to view.

How to create a master-detail ListBox in universal Windows apps

Multi-level master/detail listbox allows you to display a few lists that let users quickly drill down to the items of interest with a few selection of data in a hierarchy. In this video, we'll show you...

View Article

Image may be NSFW.
Clik here to view.

How to save a data collection to app storage in Windows Store apps

Sometimes you may want to save app data to local storage when you close or leave the app so that it can be reloaded the next time you run the app. In this video, we'll show you how to save a collection...

View Article


Image may be NSFW.
Clik here to view.

How to drag items between groups in grouped GridView

GridView is a common control for displaying grouped items in Windows Store apps. Sometimes, you may want to move an item from one group to another with drag and drop. However, the dragged item will...

View Article

Image may be NSFW.
Clik here to view.

How to call Web service in Excel using Visual Studio Tools for Office

Sometimes, you may want to incorporate data from online resources into your Excel worksheets, like the weather data of a city. This video shows you how to call a weather web service to get online data...

View Article


Image may be NSFW.
Clik here to view.

How to convert an Excel file to XML format

XML file format is well-known for its use of the open standard, which allows you to exchange data between different apps.  This video shows you how to convert an Excel file to XML format using Open XML...

View Article

Image may be NSFW.
Clik here to view.

How to use HttpClient to post Json data to WebService in universal Windows apps

It's easy to post JavaScript Object Notation or JSON data to a web service in WinJS realm. But sometimes you may need to do this using the HttpClient class in the .NET applications. This video shows...

View Article

Image may be NSFW.
Clik here to view.

How to access data from SQL Server database in Windows Store app

In Windows Store apps there is no option to directly connect to a SQL Server database. If you want to access SQL Server database, you must add a service layer. In this video, we're gonna show you how...

View Article
Browsing all 31 articles
Browse latest View live




Latest Images