CodeProject
June, 2012 - Microsoft All-In-One Code Framework - Site Home - MSDN Blogs
Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Microsoft All-In-One Code Framework - Developers' Pain Killer
Home
Introduction
FAQ
Who We Are
About Us
Contact Us
How We Kill Developers' Pains
Overview
Code Samples
Sample Request Service
Sample Browser
Sample of the Day
Achievements
Global Microsoft Next 2011
3 Years, 5M Downloads
Kudos
News
What's Next
Coming Soon
2012 Plan
2013 Plan
Resources
Documents
Pictures
Videos
Links
Are you frustrated by the lack of samples for certain programming tasks?
Have you struggled to quickly get started with a technique?
Have you expected someone to write samples for you based on your requests?
Are you attracted by a one-stop shop of all typical code samples?
Microsoft All-In-One Code Framework is a free, centralized code sample library driven by developers' real-world pains and needs. The goal is to provide customer-driven code samples for all Microsoft development technologies, and reduce developers' efforts in solving typical programming tasks. Our team listens to developers’ pains in the MSDN forums, social media and various DEV communities. We write code samples based on developers’ frequently asked programming tasks, and allow developers to download them with a short sample publishing cycle. Additionally, we offer a free code sample request service. It is a proactive way for our developer community to obtain code samples directly from Microsoft.
Blog - Title
June, 2012
Channel 9 Interview
Microsoft Next
Common Tasks
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Atom
Search
Tags
.NET Framework
ADO.NET
ASP.NET
Blog
Entity Framework
Internet Explorer
Network
News
Office
Office Development
Release
SampleBrowser
SampleOfTheDay
SharePoint
Silverlight
TFS
VSX
Windows 8
Windows Azure
Windows Forms
Windows General
Windows Phone
Windows Phone 7
Windows SDK
WPF
Archives
Archives
June 2013
(15)
May 2013
(26)
April 2013
(25)
March 2013
(25)
February 2013
(24)
January 2013
(32)
December 2012
(30)
November 2012
(31)
October 2012
(33)
September 2012
(6)
August 2012
(3)
July 2012
(31)
June 2012
(33)
May 2012
(37)
April 2012
(31)
March 2012
(34)
February 2012
(16)
December 2011
(2)
November 2011
(1)
October 2011
(2)
September 2011
(1)
August 2011
(2)
July 2011
(5)
June 2011
(1)
May 2011
(3)
April 2011
(3)
March 2011
(4)
February 2011
(3)
January 2011
(3)
December 2010
(1)
November 2010
(23)
October 2010
(3)
September 2010
(4)
August 2010
(3)
June 2010
(2)
May 2010
(3)
March 2010
(5)
February 2010
(2)
January 2010
(3)
December 2009
(3)
November 2009
(3)
October 2009
(4)
September 2009
(9)
August 2009
(3)
July 2009
(1)
June 2009
(1)
May 2009
(1)
April 2009
(2)
News
Sample of the Day
Sample Browser
Learn Windows 8
Learn Windows Phone
All-In-One Code Framework Blogs
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft All-In-One Code Framework
[Sample of June 30th] C++ application automates Microsoft PowerPoint
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CppAutomatePowerPoint-714e1481 The CppAutomatePowerPoint example demonstrates how to write VC++ code to create a Microsoft PowerPoint instance, create a new presentation, insert a new slide, add some...
Microsoft All-In-One Code Framework
[Sample of June 29th] C++ application automates Excel application
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CppAutomateExcel-44214081 The CppAutomateExcel example demonstrates how to write VC++ codes to create a Microsoft Excel instance, create a workbook, fill data into a specific range, save the workbook...
Microsoft All-In-One Code Framework
[Sample of June 28th] C++ application automates Word application
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CppAutomateWord-14799966 The CppAutomateWord example demonstrates how to write VC++ code to create a Microsoft Word instance, create a new document, insert a paragraph, save the document, close the Microsoft...
Microsoft All-In-One Code Framework
[Sample of June 27th] In-process C++ COM server
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CppDllCOMServer-c5f7d139 Today's code sample demonstrates how to create an in-process COM component by the raw interfaces from Win32 DLL project. COM is one of the most popular words in Windows world...
Microsoft All-In-One Code Framework
[Sample of June 26th] ATL ActiveX control
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/ATLActiveX-9fcb47e9 Today's code sample demonstrates an ActiveX control written in Active Template Library (ATL) and Windows Template Library (WTL). WTL extends ATL and provides a set of classes for...
Microsoft All-In-One Code Framework
微软发布中文版一站式示例代码浏览器
Posted
11 months ago
by
Jialiang Ge [MSFT]
2
Comments
微软发布中文版一站式示例代码浏览器。不仅加入了中文语言界面,同时优化了对中文示例代码的搜索。3500个MSDN高质量示例, 737个Windows 8开发实例尽在您的手边。让您的开发、学习效率倍增,如虎添翼。此外,我们还在不断努力,以增加越来越多的中文示例。 下载安装: http://aka.ms/samplebrowser (如你已安装前一版本的示例代码浏览器,只需重新打开。你会得到自动更新) 如您对微软一站式示例代码浏览器有任何反馈,欢迎发邮件至 onecode...
Microsoft All-In-One Code Framework
A good news for China and Japan developers: Sample Browser is localized to Chinese and Japanese
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
The Sample Browser Local Language Support feature is released today! It is supporting Simplified Chinese and Japanese UI, and is optimized for Chinese and Japanese sample searches. This should be a good news for China and Japan developers :) 3500+ code...
Microsoft All-In-One Code Framework
[Sample of June 25th] In-process ATL COM server
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/ATLDllCOMServer-b52a7d5d Today's code sample demonstrates how to use Acitve Template Library (ATL) wizards in Visual Studio 2008 to create an in-process COM server. ATL is designed to simplify the process...
Microsoft All-In-One Code Framework
[Sample of June 24th] Retrieving Volume GUID for a cluster volume
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CppClusterDiskDetails-ef261cc2 Today's sample demonstrates how to retrieve the Volume GUID of the Cluster Disks. To test the sample, compile the program using Visual Studio 2010 and run on any of...
Microsoft All-In-One Code Framework
[Sample of June 23rd] Windows Phone 7 transparent glass button
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSWP7GlassButton-0845a218 Created by Andrew Zhu, this sample demonstrates a Windows Phone glass button. You can create your own transparent glass button base on this sample. You can find...
Microsoft All-In-One Code Framework
[Sample of June 22nd] Windows Phone SkyDrive Note Sample
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/VBWP7SkydriveNote-afbd4773 Created by Andrew Zhu, today's sample demonstrates two features: 1. A Windows Phone Notebook 2. Uploading notes to SkyDrive. CSWP7SkydriveNote project contains two pages...
Microsoft All-In-One Code Framework
[Sample of June 21st] Create a custom asynchronous code activity
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSWF4AsyncHttpGetActivity-19559de8 Today's sample is created for two purposes. 1. Demonstrate how to create an asynchronous WF4 activity and use it in workflow. 2. provide a usable Http Get Activity...
Microsoft All-In-One Code Framework
[Sample of June 20th] Register hotkey for the current app
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/VBRegisterHotkey-50af3179 The sample demonstrates how to register and unregister a hotkey for the current application. User32.dll contains 2 extern method RegisterHotKey and UnregisterHotKey to define...
Microsoft All-In-One Code Framework
[Sample of June 19th] XML syntax highlighting in RichTextBox
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/VBRichTextBoxSyntaxHighligh-d73c7c4c The sample demonstrates how to format XML and highlight the elements in RichTextBoxControl. RichTextBoxControl can process RTF(Rich Text Format) file, which is...
Microsoft All-In-One Code Framework
[Sample of June 18th] Silverlight netTcp transport binding element
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/VBTabbedWebBrowser-f0c0a525 Silverlight4 support netTcp transport binding element, which gives us a new choice to implement duplex WCF. In this sample, we create a simple weather report subscription...
Microsoft All-In-One Code Framework
[Sample of June 17th] Extended WebBrowser control supporting tabs
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
Sample Download : http://code.msdn.microsoft.com/VBTabbedWebBrowser-f0c0a525 The sample demonstrates how to create a tabbed WebBrowser. The "Open in new Tab" context command is disabled in WebBorwser by default, you can add a value *...
Microsoft All-In-One Code Framework
[Sample of June 16th] Sequence workflow in WF4
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/VBWF4SequenceWF-c2e9960c This sample demonstrates the usage of WF4 Sequence workflow in a Guess Number Game workflow. this sample will also involve the usage of Variable, IFElse Activity,...
Microsoft All-In-One Code Framework
[Sample of June 15th] Use Open XML to manipulate images in Word
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/VBManipulateImagesInWordDoc-79ddae01 The code sample demonstrates how to list, export, delete and replace images in a Office Word document using Office Open XML SDK. To build the sample...
Microsoft All-In-One Code Framework
[Sample of June 14th] Check UAC privilege level and self-elevate process in C++
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
Sample Download : http://code.msdn.microsoft.com/CppUACSelfElevation-5bfc52dd User Account Control (UAC) is a new security component in Windows Vista and newer operating systems. With UAC fully enabled, interactive administrators normally run with...
Microsoft All-In-One Code Framework
[Sample of June 13th] Use CreateTaskWithContentType in SharePoint Visual Studio Workflow
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSSharePointTaskWithContent-4cae6faa Developed by Seiya Su, the project shows how to use CreateTaskWithContentType activity in a SharePoint Visual Studio workflow. The CreateTaskWithContentType is...
Microsoft All-In-One Code Framework
[Sample of June 12th] Load User Controls from Embedded Resources in ASP.NET
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
2
Comments
Sample Download : http://code.msdn.microsoft.com/CSASPNETAccessResourceInAss-6725d61a Developed by Arwind Gao, the sample illustrates how to access user controls and web pages from class library via virtual path. Here we inherit VirtualPathProvider...
Microsoft All-In-One Code Framework
[Sample of June 11th] Pass Data between User Controls in ASP.NET
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSASPNETUserControlPassData-870745a0 Developed by Arwind Gao, the sample illustrates how to pass data from one user control to another. A user control can contain other controls like TextBoxes or Labels...
Microsoft All-In-One Code Framework
[Sample of June 10th] Retrieving Volume GUID for a cluster volume
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CppClusterDiskDetails-ef261cc2 Developed by Microsoft Support Escalation Engineer Jithesh Nair, this sample demonstrates how to retrieve the Volume GUID of the Cluster Disks. You can...
Microsoft All-In-One Code Framework
[Sample of June 9th] Get MAC of local Ethernet and Wireless80211
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
Sample Download : http://code.msdn.microsoft.com/CSMACAddress-23db2a0a Developed by Ruiz Yi, the sample demonstrates how to get the MAC of local Ethernet and Wireless80211 adapters or remote host using 3 approaches from C#. 1. Use Win32 WMI classes...
Microsoft All-In-One Code Framework
[Sample of June 8th] Windows Phone 7 Background Agents
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSWP7ScheduledTaskAgent-6450bcf1 This code sample demonstrates how to use Scheduled Task in Windows Phone 7. It covers three parts: 1. How to create a scheduled task. 2. How to catch the various...
Page 1 of 2 (33 items)
1
2