Welcome to WindowsClient.net | Sign in | Join

Windows Forms Videos

To write traditional GUI applications using Microsoft .NET you'll use Windows Forms. Windows Forms are a style of application built around classes in the .NET Framework. They have a programming model all their own that is cleaner, more robust, and more consistent than models based on the Win32 API or MFC, and they run in the managed environment of the .NET Common Language Runtime (CLR). These video training sessions detail what Windows Forms are all about.

Featured Item

Latest Comments

re: How Do I: Use Resource Files for Localization both in XAML and Code

Excellent, works a treat, thank you John.

re: How Do I: Use the FileSystemWatcher Class

I downloaded C# sample code but after unzip folder understand the C# sample was like the VB sample code ! please insert correct c# sample here !

re: How Do I: WinForms WPF Integration

Nice!

re: How Do I: Connect to a Database?

Great video, but you mention a previous video, but it isn't clear from the page at windowsclient.net/.../videos.aspx what order these videos are supposed to be watched in. Is there another page that lists the videos in some organized manner?

re: How Do I: Use Resource Files for Localization both in XAML and Code

Jayesh, Mike is correct try the following: In the code behind file change InitializeComponent(); Thread.CurrentThread.CurrentUICulture = new CultureInfo("es-ES"); to Thread.CurrentThread.CurrentUICulture = new CultureInfo("es-ES");

Featured Developer Books

Microsoft Communities