Welcome to MSDN Blogs Sign in | Join | Help

September 2009 - Posts

Free SQL Server 2008 Express How-To-Guide Series

Thanks to the SQL Server Team we just released a free SQL Server 2008 Express How-To-Guide Series on msdev.com . During the next weeks we’ll also integrating parts of the series into the Visual Basic Developer Center , C# Developer Center , the Beginner
Posted by Walzenbach | 0 Comments
Filed under: ,

How do I edit tabular data/data in a DataGridView in a details form?

Abstract This sample shows how to edit data from a DataGridView in a details form which opens when one double clicks on the RowHeader of the DataGridView. Since both forms are bound to the same datasource one sees an instant update on both forms when

How do I access the clipboard to copy and paste text, images or generic objects?

Abstract This short sample details how to access the clipboard to copy and paste text, images or generic objects. In order to do so this sample uses the Clipboard Class. How Do I Video The corresponding How-Do-I video can be found here . Source Code Visual

How do I inform one form that data in another form got changed?

Abstract This short sample demonstrates how to let one form in a Windows Forms application know when data in another form got changed. To implement this behavior I’ll show you how to create an event on Form2 and how to subscribe to this event on Form1

How do I exchange data between two forms of a Windows Forms application?

I regularly check the forums to get an understanding what’s going on in the community and what’s troubling our customers. Based on my findings I created some videos including the corresponding source code which I’m releasing over the next couple of days
 
Page view tracker