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
Implementing multi-column filtering on the IBindingListView
Posted
over 5 years ago
by
Cheryl Simmons - MSFT
1
Comments
A couple of years ago, I a whitepaper about how to implement searching and sorting on the generic BindingList for data binding in Windows Forms. About the same time my colleague, Karl, wrote a whitepaper about adding an auto-filter capability to the Windows...
Windows Forms Documentation Updates
DataGridView Watermark Cell
Posted
over 5 years ago
by
Karl Erickson
2
Comments
I returned from my end-of-the-year vacation to find the following reader comment in my inbox: > I am trying to create a custom DGV column that will show a watermark for the empty cells , in the same manner like windows live search box ... any advice...
Windows Forms Documentation Updates
Client Application Services and WPF
Posted
over 6 years ago
by
Karl Erickson
1
Comments
Although my sample for Client Application Services (CAS) uses Windows Forms, you can adapt it to Windows Presentation Foundation (WPF) with little effort. The configuration steps are the same, and the client source code is the same, although some of the...
Windows Forms Documentation Updates
Implementing the IBindingListView for filtering
Posted
over 6 years ago
by
Cheryl Simmons - MSFT
2
Comments
Due to customer feedback and requests, I've been working on an article that demonstrates a simple implementation of the filtering portion of the IBindingListView . This implementation works with the DataGridViewAutoFilter code that Karl first published...
Windows Forms Documentation Updates
DataGridviewAutoFilter sample updated
Posted
over 6 years ago
by
Karl Erickson
1
Comments
I've made a few bug-fixes to my DataGridViewAutoFilter sample, which is described in Building a Drop-Down Filter List for a DataGridView Column Header Cell . It might be a week or two until the article is updated (as of December 5, 2007), but the new...
Windows Forms Documentation Updates
Client Application Services sample updated for Visual Studio 2008 RTM
Posted
over 6 years ago
by
Karl Erickson
1
Comments
I have updated my Client Application Services sample (previous posts here and here ) to work with the Visual Studio 2008 RTM release. See UsingClientApplicationServices.zip . Additionally, the final documentation is now available on MSDN. See: ...
Windows Forms Documentation Updates
Client Application Services sample and walkthrough updated
Posted
over 6 years ago
by
Karl Erickson
2
Comments
Back in May, I posted an early version of my Client Application Services walkthrough, which was used as a lab session at TechEd. Since then, there have been many improvements to both Visual Studio and the walkthrough. For one thing, the Beta 2 version...
Windows Forms Documentation Updates
Tech-Ed Notes
Posted
over 6 years ago
by
Cheryl Simmons - MSFT
0
Comments
Thanks to everyone who stopped by the Acropolis and Windows Forms booth at Tech-Ed! Double thanks if you answered a few of my questions about documentation. You can be sure that the Windows .NET Client UE team will be reading your comments. A few of...
Windows Forms Documentation Updates
Client Application Services in Windows Forms: End-to-End Walkthrough Available
Posted
over 6 years ago
by
Karl Erickson
9
Comments
The Beta 1 release of Visual Studio Code Name "Orcas" includes a new feature called Client Application Services. This feature enables Windows client applications to easily access user-management services hosted by a centralized ASP.NET Web service application...
Windows Forms Documentation Updates
What does "not supported" mean?
Posted
over 6 years ago
by
Cheryl Simmons - MSFT
1
Comments
Periodically someone questions me about a caution that appears in all of the System.Drawing.* namespace overview topics. It reads: "Classes within the System.Drawing namespace are not supported for use within a Windows or ASP.NET service. Attempting...
Windows Forms Documentation Updates
Windows Forms and WPF Interop Docs
Posted
over 6 years ago
by
JGalasyn
1
Comments
Now that interest in WPF is really heating up, we've been getting more inquiries about WinForms and WPF interop. Fortunately, we have a lot of coverage in the SDK docs, which shipped in November: Migration and Interoperability How to: Enable...
Windows Forms Documentation Updates
DataGridView Drop-Down Filtering Tip
Posted
over 6 years ago
by
Karl Erickson
0
Comments
Recently, a reader asked how to detect filter changes with the code in Building a Drop-Down Filter List for a DataGridView Column Header Cell . That article describes how to derive from DataGridViewColumnHeaderCell , so it seems like a trivial matter...
Windows Forms Documentation Updates
It's a juggling act
Posted
over 6 years ago
by
Cheryl Simmons - MSFT
1
Comments
If you are reading this blog post, it’s likely you saw Karl’s post highlighting some of the recent updates and improvements we’ve made to the existing Windows Forms documentation set. You might be wondering how we decided to make this particular set of...
Windows Forms Documentation Updates
Recent Windows Forms Documentation Updates
Posted
over 6 years ago
by
Karl Erickson
4
Comments
Since Visual Studio 2005 was released, we've received a fair amount of feedback on the documentation. We have been able to clarify and update many help topics in response to this feedback, so please keep it coming! You can provide feedback from links...
Windows Forms Documentation Updates
Maintaining position in a child table
Posted
over 6 years ago
by
Cheryl Simmons - MSFT
1
Comments
I've recently written a document covering some changes to the CurrencyManager in .NET Framework version 2.0. I'll summarize the document here, as it will not be published for a few months, and this subtle change in behavior could be causing problems in...
Windows Forms Documentation Updates
Extracting embedded images
Posted
over 7 years ago
by
Cheryl Simmons - MSFT
0
Comments
Periodically we get questions about how to extract and use an image compiled as an embedded resource in an assembly. It’s easily done using the Bitmap or Icon constructor that takes a type and string parameters. The documentation for these constructors...
Windows Forms Documentation Updates
Odds and ends from the world of design-time
Posted
over 7 years ago
by
JGalasyn
0
Comments
I've fixed a couple of doc bugs that customers were rightfully complaining about. It will be awhile before you'll see the updated topics, so here's a summary to give you a head start. How to: Give Your Control a Transparent Background Several...
Windows Forms Documentation Updates
Sharing data across forms with a BindingSource
Posted
over 7 years ago
by
Cheryl Simmons - MSFT
0
Comments
I've seen a lot of questions posted in forums regarding how to use a BindingSource component to share data between forms and keep bound controls synchronized. We created a couple of topics on how to do this, post-VS2005, so you may not have discovered...
Windows Forms Documentation Updates
New White Paper: Windows Forms 2.0 Data Binding Improvements
Posted
over 7 years ago
by
Jay A. Allen
0
Comments
Yes - another white paper! We've been quite the busy beavers here in User Education. Cheryl Simmons has a great two-parter up detailing improvements to the data binding architecture in Windows Forms 2.0. Check it out: Behind the Scenes: Improvements to...
Windows Forms Documentation Updates
Retrieve <?xml-stylesheet> from RSS Feed using XmlDocument
Posted
over 7 years ago
by
Jay A. Allen
0
Comments
So I'm trying to wrap up this white paper I'm writing on consuming RSS in Windows Forms. I wrote a whole section on how to apply a custom XSLT transform to a feed, and display the resulting HTML in the WebBrowser. ( I gave a less-complete version of a...
Windows Forms Documentation Updates
New White Paper: DataGridView Drop-Down Filter Lists
Posted
over 7 years ago
by
Karl Erickson
0
Comments
Are you spoiled by the AutoFilter feature in Excel? Do you want the same functionality in the DataGridView control? Then my new whitepaper and sample are for you. See: Building a Drop-Down Filter List for a DataGridView Column Header Cell The DataGridViewAutoFilter...
Windows Forms Documentation Updates
InPlaceHostingManager: Why Does AssertApplicationRequirements() Throw a TrustNotGrantedException?
Posted
over 7 years ago
by
Jay A. Allen
1
Comments
As you may remember , InPlaceHostingManager is a part of the ClickOnce API that enables a .NET application to download and install other ClickOnce applications. It's pretty straightforward to use - but there may be one area that trips you up. I was chatting...
Windows Forms Documentation Updates
Using the Microsoft Feeds (RSS) API from Windows Forms
Posted
over 7 years ago
by
Jay A. Allen
3
Comments
Wim De Cleen has a great two-part walkthrough up on how to use the new Microsoft Feeds API to display a folder-style list of RSS feeds in Windows Forms. The Feeds API is new with Internet Explorer 7, and is the programmatic interface to the new Windows...
Windows Forms Documentation Updates
New White Paper: Creating Smart Application Layouts in Windows Forms 2.0
Posted
over 7 years ago
by
Jay A. Allen
1
Comments
My new Windows Forms white paper is now available on MSDN . It covers using ToolStrip as a navigation alternative to TabControl, and creating collapsible flyout menus a la the Visual Studio Toolbox. Compilable code samples are included. Enjoy!
Windows Forms Documentation Updates
SQL Server Express, Windows Forms, and ClickOnce
Posted
over 7 years ago
by
Jay A. Allen
0
Comments
I'm working on a project that will be included in a white paper, and needed to use SQL Server Express 2005 as a database engine. Being the "ClickOnce guy" on the Windows Forms doc team, I immediately wondered: How will I deploy this once it's ready? Fortunately...
Page 1 of 3 (68 items)
1
2
3