

Main Categories
Most popular tutorials
Latest tutorials on Geekpedia
RSS and Klip feeds
More Resources
Network World Magazine
We have 29 Windows Forms tutorials, you can see below:
Layering Windows UI layer using inheritance.
In this article, we will learn how to drag an item from a ListBox and drop the dragged item to a TreeView. We will also discuss how to create a folder in a TreeView and delete the folder.
Synchronized Scrolling of Multiple RichTextBox Controls
A base data form that uses a data reader and can be visually inherited
Embedding and displaying RTF resources to tweak the UI of an application easily and efficiently.
How to create a form which cannot be repositioned by the end user.
A component to add a reusable Options dialog to your application.
A form library with all the functionality you need to validate new passwords, and a prompt for a login password.
Give your applications transparent menus and add XP style system buttons to a form\'s titlebar.
Generate an Options dialog box from the settings you create in the My.Settings namespace.
Simple subclassed StatusBar
Add changed data protection to your forms in which the user can make changes to information.
Describes how-to of using User Controls with Panels on Windows Forms.
An article on using application settings in VB.NET 2.0 and Visual Studio 2005 to save the size and location of a form.
A quick hands-on application to guide you in using paneled forms, multi-splash screens, SQL Express, and many more....
An article describing how you can add custom functionality to the BindingSource component.
An article on snapping a Windows Form to a desktop screen border.
How to make a form transparent to the mouse, or click-through, so that mouse clicks end up going to whatever is behind the transparent form.
A reusable About Box form for developers and users.
In this article, you will get a walkthrough of creating an Application Event Handler Component (AEHC) for any WinForms application in .NET.
This article describes how to create a Windows Form that displays a parent (or master) record and all of the related child (or detail) records by using the Northwind Customers and Orders tables. This article also describes the CurrencyManager object and its purpose. In this article, the parent record information appears in TextBox controls, and the child record information appears in a DataGrid control. The project that you create in this article also contains Button controls so that you can browse through the records.
This is a problem if you wish to display text and graphics directly on a form. This brief project should help to provide you with AutoRedraw capability.
LinkLabels are Windows Forms controls that enable a user to hyperlink to a URL that points to either the Web or the local directory system. While the SDK documentation discusses the control, it does not demonstrate how linking is accomplished, nor does it outline the power and flexibility the control provides. This article fills those gaps, showing how to link using the LinkLabel control. It also shows the flexibility of this control for the programmer using the .NET Framework. In addition, the author covers the large number of properties that allow you to customize your controls and accurately place them. Their built-in behaviors are also discussed, along with their use in both Visual Basic .NET and C#.
In VB.NET we can receive and handle events in 2 ways. The first one is using WithEvents and Handles keywords, and the second way is to use the AddHandler method and dynamically add event handlers through our code and with RemoveHandler dynamically remove them.
At the center of most Visual Basic Windows applications stands the form designer. You create a user interface by dragging and dropping controls from a toolbox to your form, placing them where you want them to be when you run the program, and then double-clicking the control to add handlers for the control. The controls provided out of the box by Microsoft along with custom controls that can be bought at reasonable prices, have supplied programmers with an unprecedented pool of reusable, thoroughly tested code that is no further away than a click with the mouse.
This is a relatively short article about embedding a progressbar in the statusbar. I have read many different implementations of this idea but they are usually to complicated for such an easy task. I will explain how I do it with a minimum of coding effort.
Learn about the new forms package, allowing developers to take full advantage of the rich user interface features available in Windows.
An extensive introduction to programming using the new Windows client development model in Visual Basic .NET, covering the windows form designer, events, form resizing, dialog boxes and more.
One of the first things to learn in VB.net how to use forms, set it's properties and then do the same with controls AND then learn how to do it programatically. Well this article describes all of this in as simple a way possible and demonstrates how you can create the same result using Notepad and the VB.Net compiler.