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
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Soaked in CIDER !
Dot net client articles.
Posted
over 9 years ago
by
subhagpo
1
Comments
Find some interesting information regarding “How to in Windows Forms?“ here .
Soaked in CIDER !
ActiveX controls on WinForms?
Posted
over 9 years ago
by
subhagpo
0
Comments
You can use Windows Forms controls in web pages – see http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx But, We only support using Windows Forms controls in IE and in MFC7.x (see official statement of support below). We do...
Soaked in CIDER !
Whats new in Whidbey?
Posted
over 9 years ago
by
subhagpo
0
Comments
Windows Forms 2.0 and Visual Studio 2005 (both codenamed "Whidbey") are the next release of Microsoft’s smart client platform and tools. Check here for upcoming features .
Soaked in CIDER !
New Layout Mechanism in Whidbey.
Posted
over 9 years ago
by
subhagpo
1
Comments
Whidbey provides a rich Layout Mechanism. This is provided by two new containers, namely, the TableLayoutPanel and the FlowLayoutPanel. Also almost every control now provides a “AutoSize” property which allows the control to dynamically grow...
Soaked in CIDER !
XP Style WinForms
Posted
over 9 years ago
by
subhagpo
5
Comments
If you want to use XP themed forms in your solution (in pre whidbey) then remember that XP requires a manifest file to be in the same directory with the EXE to make this work. (e.g) put the app.exe.manifest in the same folder as app.exe There are articles...
Soaked in CIDER !
What are these "Threading Models" and why do I care?
Posted
over 9 years ago
by
subhagpo
5
Comments
I had a recent bug on my plate about Drag-Drop operations not working on non-STA Threads. This made me curious to find out more information about thread apartments. This is a great article which explains the threading models.
Soaked in CIDER !
How does Z-ordering work?
Posted
over 9 years ago
by
subhagpo
1
Comments
There is this great article on MSDN which explains the z-order for the windows forms controls.
Page 1 of 1 (7 items)