CodeProject
Browse by Tags - 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
Homepage
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
Search
Browse by Tags
Archives
Archives
May 2013
(15)
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)
Tags
.NET Framework
ADO.NET
AJAX
ASP.NET
Blog
Entity Framework
Internet Explorer
Network
News
Office
Release
SampleBrowser
SampleOfTheDay
SharePoint
Silverlight
TFS
VSX
Windows 8
Windows Azure
Windows Forms
Windows General
Windows Phone
Windows Phone 7
Windows SDK
WPF
Common Tasks
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
[Sample Of May 13rd] Object persistence in Windows Forms
philip fu
Sample Download : http://code.msdn.microsoft.com/CSWinFormObjPersistence-43974141 The Object Persistance sample demonstrates how to persist an object's data between instances, so that the data can be restored the next time the object is instantiated. You can find more code samples that demonstrate...
on
13 May 2013
Blog Post:
[Sample Of May 5th] Drag-and-drop operations in Windows Forms
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWinFormDragAndDrop-640b7c7f VB Version: http://code.msdn.microsoft.com/VBWinFormDragAndDrop-3af87f94 This example demonstrates how to perform drag-and-drop operations in a Windows Forms Application. You can find more code samples...
on
5 May 2013
Blog Post:
[Sample Of Mar 31st] How to find the text and highlight all text in RichTextBox of windows form
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/How-to-find-the-text-and-e92b8d78 VB Version: http://code.msdn.microsoft.com/How-to-find-the-text-and-5da4ceb4 The sample demonstrates how to find and highlight all matched text in RichTextBox of Windows Form. Users can input text...
on
31 Mar 2013
Blog Post:
[Sample of Nov 23rd] Windows Forms localization demo
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWinFormLocalization-59675a87 VB Version: http://code.msdn.microsoft.com/VBWinFormLocalization-966546b3 The Windows Forms Localization sample demonstrates how to localize Windows Forms application. You can find more code samples...
on
23 Nov 2012
Blog Post:
[Sample of Oct 28th] Windows Forms databind nested properties
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWinFormBindingNestedPrope-a3dca4ef VB Version: http://code.msdn.microsoft.com/VBWinFormBindingNestedPrope-2825045f The sample demonstrates how to bind a DataGridView column to a nested property in the data source. You can find...
on
28 Oct 2012
Blog Post:
[Sample of Oct 15th] Windows Forms Graphics demo
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWinFormGraphics-b9c1e8b7 VB Version: http://code.msdn.microsoft.com/VBWinFormGraphics-c89d51ac The Graphics sample demonstrates the fundamentals of GDI+ programming. GDI+ allows you to create graphics, draw text, and manipulate graphical...
on
15 Oct 2012
Blog Post:
[Sample of July 15] Load Windows Forms TreeView nodes from a DataTable
Jialiang Ge [MSFT]
Sample Download : http://code.msdn.microsoft.com/VBWinFormTreeViewLoad-daabfd8e This example demonstrates how to create a TreeView from a DataTable. You can find more code samples that demonstrate the most typical programming scenarios by using Microsoft All-In-One Code Framework Sample...
on
15 Jul 2012
Blog Post:
[Sample of Jul 11th] Drag-and-drop operations in Windows Forms
Jialiang Ge [MSFT]
Sample Download : http://code.msdn.microsoft.com/CSWinFormDragAndDrop-640b7c7f Windows users fall into two general categories: those who prefer to use the keyboard and those who prefer to use the mouse. Programmers have been taught to look after the needs of keyboard users by providing access keys...
on
11 Jul 2012
Blog Post:
[Sample of Jul 7th] Implement custom authorization in C#
Jialiang Ge [MSFT]
Sample Download : http://code.msdn.microsoft.com/CSCustomAuthorization-241c2ff7 The .NET Framework provides an extensible framework for authorizing and authenticating users. This sample demonstrates how to implement custom authentication and authorization by using classes that derive from IIdentity...
on
7 Jul 2012
Blog Post:
[Sample of May 14th] Image slideshow in full screen mode
Jialiang Ge [MSFT]
Sample Downloads: http://code.msdn.microsoft.com/CSImageFullScreenSlideShow-79e29568 Today’s sample demonstrates how to display image slideshow in a Windows Forms application. It also shows how to enter the full screen mode to slide-show images. The sample was written by our sample writer...
on
14 May 2012
Blog Post:
[Sample of May 4th] Crop the image from Windows Forms PictureBox control
Jialiang Ge [MSFT]
Sample Downloads: http://code.msdn.microsoft.com/CSWinFormCropImage-d4beb1fa Today’s sample demonstrates how to crop the image from specific Picturebox control into destination Picturebox control using mouse selection or specified coordinates. The sample was written by Microsoft engineer: Sagar...
on
6 May 2012
Blog Post:
[Sample of Apr 6th] Customize Windows Forms app's System Menu
Jialiang Ge [MSFT]
Sample Download: http://code.msdn.microsoft.com/CSCustomizeSysMenu-024ccb7f Today’s code sample demonstrates how to modify a Windows Forms application’s system menu The sample was written by the Microsoft engineer Nibu Babu Thomas . You can find more code samples that demonstrate the most typical programming...
on
7 Apr 2012
Blog Post:
[Sample of Mar 14th] Printing Windows Forms DataGridView
Jialiang Ge [MSFT]
Sample download: http://code.msdn.microsoft.com/CSWinFormPrintDataGridView-75864c45 Today’s code sample demonstrates how to print a Windows Forms DataGridView . The sample shows you the granularity as to print a single cell too. The sample was written by Nandeesh Suhas Swami . You can...
on
14 Mar 2012
Blog Post:
[Sample of Mar 8th] Crop the image from Windows Forms PictureBox control
Jialiang Ge [MSFT]
Sample Download: http://code.msdn.microsoft.com/CSWinFormCropImage-d4beb1fa Today’s code sample demonstrates how to crop the image from specific Windows Forms PictureBox control into destination PictureBox control using mouse selection or specified coordinates. The sample was written by...
on
9 Mar 2012
Blog Post:
All-In-One Windows Forms Code Samples
Jialiang Ge [MSFT]
All-In-One Windows Forms Code Samples Introduction Download Windows Forms code samples Request Windows Forms code samples Introduction The All-In-One Windows Forms code samples demonstrate the typical programming topics about Windows Forms. These topics are either frequently asked...
on
26 Nov 2010
Page 1 of 1 (15 items)