Sign in
Windows Forms Documentation Updates
We're the Windows Forms User Education team at Microsoft. We use this space to update folks on developments with Windows Forms docs, publishing doc updates before they're published. Feel free to ask us questions about WinForms, and we'll do our best to an
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
Application Settings
ClickOnce
Container Controls and Layout
Crossbow
Data Binding
DataGridView
ElementHost
Form and Application Classes
Pages
ToolStrip Control
WebBrowser, HTML, Networking
Windows Forms Globalization and Localization
WindowsFormsHost
WPF
XML, XSL & RSS
Archive
Archives
May 2008
(1)
January 2008
(1)
December 2007
(5)
September 2007
(1)
June 2007
(1)
May 2007
(4)
April 2007
(3)
February 2007
(1)
November 2006
(1)
October 2006
(2)
August 2006
(3)
July 2006
(5)
June 2006
(7)
May 2006
(4)
April 2006
(10)
March 2006
(10)
February 2006
(6)
January 2006
(5)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Forms Documentation Updates
Why All My Windows Forms Programming is in Visual Basic Lately
Posted
over 7 years ago
by
Jay A. Allen
4
Comments
In the Windows Forms documentation team, we need to be skilled in both C# and Visual Basic, as we are tasked with writing code examples for both languages. Traditionally, I've biased my work toward doing C# first, and converting to Visual Basic later...
Windows Forms Documentation Updates
ClickOnce: How to Dynamically Detect Data Directory Between Debug, Release, and Publish
Posted
over 7 years ago
by
Jay A. Allen
1
Comments
Dynamically Detecting the Data Directory My Slideshow control ( which I discussed in a previous post ) looks in a data directory called images for the images it wishes to display. This adds a curious twist to application development and deployment...
Windows Forms Documentation Updates
ClickOnce: Installing FrontPage Server Extensions 2002 on IIS 6.0 for Publishing
Posted
over 7 years ago
by
Jay A. Allen
5
Comments
In order to test some ClickOnce deployments today, I had to configure a new Web server to allow ClickOnce publishing through Visual Studio. ClickOnce deployments can be x-copied to a Web server, so not having that auto-publish capability is not the end...
Windows Forms Documentation Updates
Adding Glass to a Windows Forms App on Vista
Posted
over 7 years ago
by
Jay A. Allen
0
Comments
Tim Sneath, Windows Vista tech evangelist extraordinaire, has a good post up on how to add a glass effect to a form in Windows Forms . It's no more complex than a call into dwmapi.dll - although there are some provisos and quid pro quos, natch. It...
Windows Forms Documentation Updates
Radio Buttons on a MenuStrip
Posted
over 7 years ago
by
Karl Erickson
0
Comments
Check boxes on menu items are nice, but sometimes you want to display options that are more complex than true/false. How do you display radio buttons on menus? The following sneak preview explains how. This topic will appear in the next documentation update. ...
Windows Forms Documentation Updates
ClickOnce Identities: What They Are, Why You Should Care
Posted
over 7 years ago
by
Jay A. Allen
0
Comments
I haven't written much in the ClickOnce docs about the concept of a ClickOnce identity. Recent support inquiries have shown me that an understanding of this concept can help solve some very confusing problems. What is a ClickOnce Identity ? The...
Windows Forms Documentation Updates
Control.Location is a Pain - or, Why We Need an OffsetLocation() Method
Posted
over 7 years ago
by
Jay A. Allen
0
Comments
I'm polishing up some code for a Windows Forms white paper on application layouts in Windows Forms 2.0. The paper will cover advanced uses of the ToolStrip control for creating navigational layouts, among other things. One of the samples is a VS Toolbox...
Windows Forms Documentation Updates
ClickOnce and Satellite Assemblies: Use ResourceResolve?
Posted
over 7 years ago
by
Jay A. Allen
1
Comments
A while back, I wrote about how you can download satellite assemblies on demand in a ClickOnce application. Reader BitFlipper recommended I look into using AppDomain.ResourceResolve() instead, since it was obvious that AppDomain.AssemblyResolve() wasn...
Windows Forms Documentation Updates
Using ToolStrip to Create a Custom Title Bar
Posted
over 7 years ago
by
Jay A. Allen
3
Comments
Our current documentation on creating nonrectangular forms could stand some enhancement. The most glaring piece of missing info is how to add a custom title bar. The document we do have gives code for how to move the form if the user clicks anywhere in...
Windows Forms Documentation Updates
Using TableLayoutPanel to Create DHTML-Style Text Menu
Posted
over 7 years ago
by
Jay A. Allen
0
Comments
I'm not a big fan of TableLayoutPanel. The control is very limited in what it can do given that the cells created by column/row interactions are not programmatically accessible (unlike in DHTML tables or even in the awesome DataGridView class). However...
Page 1 of 1 (10 items)