VB.NET Sample Applications for Windows
Explore a collection of sample applications demonstrating various features and capabilities of VB.NET for Windows development. These samples cover a wide range of scenarios, from basic UI controls to advanced API usage.
-
Accessing System Tray Notifications
Learn how to display custom notifications in the Windows system tray using VB.NET.
-
Basic File Explorer Functionality
A simple VB.NET application to browse directories, view file properties, and perform basic file operations.
-
Database Interaction with ADO.NET
Demonstrates connecting to and querying a SQL Server database using ADO.NET in a VB.NET Windows Forms application.
-
Custom Control Development
Sample code for creating and implementing custom user controls in a VB.NET project.
-
Working with the Windows Registry
Explore how to read and write values to the Windows Registry using VB.NET.
-
Implementing Drag and Drop
A guide to implementing drag-and-drop functionality between controls and applications in VB.NET.
-
Advanced Graphics Rendering
Samples showcasing GDI+ for drawing shapes, images, and custom graphics in VB.NET applications.
-
Web Service Integration
How to consume and interact with web services using VB.NET in Windows Forms or WPF applications.
-
Multithreading and Background Operations
Examples of using threads to perform long-running operations without blocking the UI in VB.NET.
-
User Authentication and Authorization
Basic implementation of user login and role-based access control in a VB.NET application.