Visual Basic .NET » Windows Forms

We have 29 Windows Forms tutorials, you can see below:


Layering Windows Application in .NET (WinForms) Part I


Layering Windows UI layer using inheritance.


Details    Read Tutorial    Views: 372    Rate: 0 (1 votes)    Feb 13 2007 - 09:45

ListBox to TreeView Drag and Drop


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.


Details    Read Tutorial    Views: 414    Rate: 0 (0 votes)    Feb 13 2007 - 09:44

Scrolling Around with the RichTextBox Control


Synchronized Scrolling of Multiple RichTextBox Controls


Details    Read Tutorial    Views: 325    Rate: 0 (0 votes)    Feb 13 2007 - 09:42

A Visually Inheritable Unbound Dataform


A base data form that uses a data reader and can be visually inherited


Details    Read Tutorial    Views: 283    Rate: 0 (0 votes)    Feb 13 2007 - 09:41

RichTextLabel WinForms Control


Embedding and displaying RTF resources to tweak the UI of an application easily and efficiently.


Details    Read Tutorial    Views: 307    Rate: 0 (0 votes)    Feb 13 2007 - 09:36

Immoveable Form


How to create a form which cannot be repositioned by the end user.


Details    Read Tutorial    Views: 346    Rate: 0 (0 votes)    Feb 01 2007 - 13:41

Reusable Application Options Dialog


A component to add a reusable Options dialog to your application.


Details    Read Tutorial    Views: 308    Rate: 0 (0 votes)    Feb 01 2007 - 13:40

VB.NET Form Library: Password Character Validation and Log-In Form


A form library with all the functionality you need to validate new passwords, and a prompt for a login password.


Details    Read Tutorial    Views: 836    Rate: 5 (1 votes)    Feb 01 2007 - 13:40

Add Transparent Menus and XP Titlebar Buttons to your application


Give your applications transparent menus and add XP style system buttons to a form\'s titlebar.


Details    Read Tutorial    Views: 402    Rate: 0 (0 votes)    Feb 01 2007 - 13:39

Settings/Options DialogBox 2005


Generate an Options dialog box from the settings you create in the My.Settings namespace.


Details    Read Tutorial    Views: 306    Rate: 0 (0 votes)    Feb 01 2007 - 13:38

Embed a Progressbar in your Statusbar


Simple subclassed StatusBar


Details    Read Tutorial    Views: 329    Rate: 0 (0 votes)    Feb 01 2007 - 13:37

VB.NET Code Package: Keep Changed Data


Add changed data protection to your forms in which the user can make changes to information.


Details    Read Tutorial    Views: 230    Rate: 0 (0 votes)    Feb 01 2007 - 13:37

Working With Paneled Forms (Paneled User Controls) in Windows Applications


Describes how-to of using User Controls with Panels on Windows Forms.


Details    Read Tutorial    Views: 345    Rate: 0 (0 votes)    Feb 01 2007 - 13:36

Application settings in VB.NET 2.0 and Visual Studio 2005


An article on using application settings in VB.NET 2.0 and Visual Studio 2005 to save the size and location of a form.


Details    Read Tutorial    Views: 251    Rate: 0 (0 votes)    Feb 01 2007 - 13:28

A guide to using Paneled Forms, Multi-Splash Screens, SQL Express, and many more in Windows Application Development


A quick hands-on application to guide you in using paneled forms, multi-splash screens, SQL Express, and many more....


Details    Read Tutorial    Views: 311    Rate: 0 (0 votes)    Feb 01 2007 - 13:27

The BindingSource component to disable Windows Forms controls associated with ReadOnly properties


An article describing how you can add custom functionality to the BindingSource component.


Details    Read Tutorial    Views: 301    Rate: 0 (0 votes)    Feb 01 2007 - 13:26

A .NET Snap To Screen Form


An article on snapping a Windows Form to a desktop screen border.


Details    Read Tutorial    Views: 330    Rate: 5 (1 votes)    Jan 23 2007 - 14:18

Transparent, Click-Through Forms


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.


Details    Read Tutorial    Views: 384    Rate: 0 (0 votes)    Jan 23 2007 - 14:17

About... The About Box


A reusable About Box form for developers and users.


Details    Read Tutorial    Views: 313    Rate: 0 (0 votes)    Jan 23 2007 - 14:16

Application Event Handler for WinForms


In this article, you will get a walkthrough of creating an Application Event Handler Component (AEHC) for any WinForms application in .NET.


Details    Read Tutorial    Views: 317    Rate: 0 (0 votes)    Jan 23 2007 - 14:14

Display Parent and Child Records in a Windows Forms DataGrid


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.


Details    Read Tutorial    Views: 382    Rate: 0 (0 votes)    Jan 20 2007 - 15:00

Auto Redraw in VB.NET


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.


Details    Read Tutorial    Views: 375    Rate: 0 (0 votes)    Jan 20 2007 - 14:59

Build Hyperlinks into Your Client App with the Windows Forms LinkLabel Control


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#.


Details    Read Tutorial    Views: 343    Rate: 0 (0 votes)    Jan 20 2007 - 14:58

Dynamic Usage of Event Handlers in VB.NET (CodeBeach)


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.


Details    Read Tutorial    Views: 1323    Rate: 0 (0 votes)    Dec 03 2005 - 02:53

Using Windows Form Controls (Only4Gurus)


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.


Details    Read Tutorial    Views: 836    Rate: 0 (0 votes)    Dec 01 2005 - 09:36

Embed a Progressbar in your Statusbar


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.


Details    Read Tutorial    Views: 1609    Rate: 0 (0 votes)    Sep 10 2004 - 17:23

Introducing Windows Forms


Learn about the new forms package, allowing developers to take full advantage of the rich user interface features available in Windows.


Details    Read Tutorial    Views: 776    Rate: 0 (0 votes)    Sep 10 2004 - 17:20

Building Windows Applications


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.


Details    Read Tutorial    Views: 877    Rate: 0 (0 votes)    Sep 10 2004 - 17:18

Windows Forms and Controls


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.


Details    Read Tutorial    Views: 929    Rate: 0 (0 votes)    Sep 10 2004 - 17:17