| |
|
|
Get active GUI of OS using .net 2.0
|
|
|
This Article demonstrates the ability to overload several definitions to a Win32API call. Depending on which fields you fill in for windows caption and class name, one of four different definitions.
|
|
|
|
|
|
Implementing Multiple Threads using VB.Net 2.0
|
|
|
This Article helps you to understand the use multiple threads to achieve concurrency in tasks. This Article does not include synchronization, because no data is being accessed by multiple threads.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Working with Context Menus in .net 2.0
|
|
|
Context menus allow users to right-click a form or other control and receive a menu system that appears at the point of the Right-click. You create these menus using the Context Menu Component.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How we can implement Parallel Processes in VB.Net
|
|
|
This Article helps you to understand the use Parallel Processes to achieve concurrency in tasks. This Article does not include synchronization, because no data is being accessed by multiple threads.
|
|
|
|
|
|
Working with Check List Box in VB.Net
|
|
|
In this article I will try to show the way in which you can use check list box Control in useful and Exact manner for which it is made.remeber check List Box’s Application is different.
|
|
|
|
|
|
|
|
Working with Delegates in VB.Net
|
|
|
In this article I will try to explain you the basics of Delegates in VB.Net. The source code is created using .Net Framework 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How we can implement Parallel Processes in VB.Net
|
|
|
This Article helps you to understand the use Parallel Processes to achieve concurrency in tasks. This Article does not include synchronization, because no data is being accessed by multiple threads.
|
|
|
|
How we can Use the XMLDocument Class in VB.Net
|
|
|
In this article I Will shows how to take advantage of the XMLDocument class built-in to System.Xml.dll. This class exposes the XML Document Object Model, or DOM, which can be used to manipulate XML da
|
|
|
|
|
|
|
|
|
|
|
|
Creating Screen Saver Using Vb.Net.(Part 2)
|
|
|
In this article I will explain you the way in which we can Create the screen saver using VB.net. This is Not so simple so I divide this Topic in two Parts. This is the Second part of that Topic.
|
|
|
|
Creating Screen Saver Using VB.Net (Part 1)
|
|
|
In this Article I will explain you the way in which we can Create the screen saver using VB.net. This is Not so simple so I divide this Topic in two Parts. This is the first part of that Topic.
|
|
|
|
|
|
|
|
Creating a Bouncing Ball Game on Win Form.
|
|
|
This article is about how you can create an application in which you can bounce a ball here and there. This article is useful for the developers who are interested in game programming using .NET.
|
|
|
|
|
|
|
|
Creating Control Panel in your Applications
|
|
|
This article is about how you can create a complete control panel in your application. This application will use the short keys that are used to invoke the programs contained in the control panel.
|
|
|
|
|
|
|
|
|
|
Stream Handling Using Visual Basic.Net
|
|
|
This Article demonstrates how to serialize and deserialize an object to/from a stream. This Article defines how we can allow the user to serialize two classes, one with standard serialization.
|
|
|
|
|
|
|
|
|
|
How- Client Server Using VB.Net (Part 3)
|
|
|
In This Article we will discuss the server side Methods. This Article is designed to show how to use the .NET Remoting architecture using three types of remote objects.
|
|
|
|
How we can make Custom Color Form in VB.Net
|
|
|
We can Change Color Of form by Paint Colors. These Color Are Not simple Colors. With this technique you can make your Gradient Color forms.Because it changes the color of form dynamically you can set.
|
|
|
|
|
|
|
|
|
|
How to Shut down the system Programmatically
|
|
|
This article is about how you can shut down the user computer from your application. In some situations if you want to shut down the user computer on some specific condition then this article is useful
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How to Show Icons in the Status Bar
|
|
|
This article is about how you can show icons in the status bar in vb.net. First of all what is a status bar? Status Bars are used to display status messages at the bottom of the form.
|
|
|
|
Using Mouse Events To Make Glow Controls
|
|
|
In this article I will discuss the mouse events against any control. Because mouse events can make effect on your control which is impossible with controls property.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Create Splash Screen using VB.Net
|
|
|
Create Splash Screen to diplay the product name, version vendor's corporate image, branding copyright and third party components information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How to Display Images in ComboBox
|
|
|
In this simple article you will learn that how can you display images in a combobox this is a advance topic but with this article this will become very much simple for you.
|
|
|
|
|
|
How to Get Current Window User Name
|
|
|
This article is about how to get the current window’s login user name using window API’s in vb.net. In some situations in your application you want to welcome the user of your application.
|
|
|
|
How to create a Data Table at Run Time
|
|
|
This article is about how you can make a data table at run time in VB.Net. How you can set its columns, how you can add new rows to the data table and finally how you can get and set values.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
What is DLL and What are its Uses (Part 1)
|
|
|
A DLL (Dynamic Link Library) is a file that can be loaded and executed by programs dynamically. The main advanatage in using DLL is several can use the same DLL during their execution.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How to know Your Logical Disk Drives
|
|
|
When you make partion of your hard disk you make three kinds of drives primary, extended and logical. This article is about how you can get all the logical drives of your hard disk.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How to Create Media Player in VB.NET
|
|
|
This article will guide you through the complete process of creating a media player just like in Windows Operating System (OS) by using Active X control provided by .NET Framework.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How to get IP Address using VB.Net
|
|
|
In this sample program I will try to explain you how you can get the IP addresses of your live sites or your local sites. Here I have created a sample program using VS2005.
|
|
|
|
Threading using VB.Net 2005
|
|
|
In this article I will explain you how you can create threads using Visual Basic.Net 2005. The class use for threading is System.Threading.
|
|
|
|
|
|
|
|
Using a TabControl in Visual Basic.Net
|
|
|
In this article I will try to explain the technique of creating a TabControl for the Windows Application. Here I will discuss its properties by developing a small Windows Application.
|
|
|
|
|
|
|
|
Socket Programming using Visual Basic.Net
|
|
|
This article will shows you, how to create a client and a server application that communicates using sockets. This article also contains the sample program. Read on to learn more!
|
|
|
|
|
|
Exception Handling in .Net Framework
|
|
|
This article will describes you, about the Exception handling in .Net Framework. In this, I’ll discuss the basic syntax and properties that can be used. Read on to learn more!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How to get MAC address of your system.
|
|
|
This code sample shows you the way to find out the MAC address of the system. Microsoft.Net provides System.Management namespace to perform this task. With the help of Visual Basic.Net code it's easy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|