Sign In
Soaked in CIDER !
Subhag Oak, SDE, Cider.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
FAQ.
In-cider!
Windows Forms
Archive
Archives
May 2010
(1)
January 2010
(1)
May 2009
(1)
December 2008
(1)
November 2008
(3)
April 2006
(1)
August 2005
(1)
March 2005
(2)
February 2005
(7)
December 2004
(7)
July 2004
(1)
May 2004
(7)
February, 2005
MSDN Blogs
>
Soaked in CIDER !
>
February, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Soaked in CIDER !
Microsoft Research ...
Posted
over 7 years ago
by
subhagpo
1
Comments
Soma's blog describes some of the projects that have been undertaken by Microsoft Research lab.
Soaked in CIDER !
What is Control.SelectNextControl(...)?
Posted
over 7 years ago
by
subhagpo
4
Comments
Today I recieved a question on Winforms discussion list about SelectNextControl function on control and I thought it might be worth sharing some thoughts on this topic. The name "SelectNextControl" suggests that this function would select the next control...
Soaked in CIDER !
Whats the difference between Control.Invalidate, Control.Update and Control.Refresh?
Posted
over 7 years ago
by
subhagpo
2
Comments
Control.Invalidate() v/s Control.Update() v/s Control.Refresh() Before discussing each one of the above functions, let’s look at how winforms controls paint. Windows controls paint is response to WM_PAINT messages . This message is sent when UpdateWindow...
Soaked in CIDER !
How can TypeDescriptor and TypeDescriptionProvider be used?
Posted
over 7 years ago
by
subhagpo
0
Comments
Brian explains how these features in whidbey can be used to design abstract forms. As usual, a great post by Brian .
Soaked in CIDER !
Winforms Tips and Tricks:
Posted
over 7 years ago
by
subhagpo
1
Comments
Coding : 1) Use BeginUpdate( ) and EndUpdate( ) while performing any bulk operation that would cause the window to redraw itself. a. Large number of items to ListView. b. Large number of nodes to TreeView. BeginUpdate() sends a WM_REDRAW message passing...
Soaked in CIDER !
Microsoft Win32 to Microsoft .NET Framework API Map
Posted
over 7 years ago
by
subhagpo
1
Comments
This is a great one stop shop for 1.0 and 1.1. APIs that map to there corresponding Win32 APIs.
Soaked in CIDER !
What are SafeHandles?
Posted
over 7 years ago
by
subhagpo
1
Comments
How IntPtr’s can be dangerous? IntPtrs are usually used to store GDI/Kernel/OS or Window Handles and are used by managed code to pass these handles to native code using P/Invoke. Problems will occur if the IntPtr represents some native resource (memory...
Page 1 of 1 (7 items)