How to register hotkeys for your application in vb.net

This article is for how to register hotkeys for your application in vb.net.

Introduction:

How to perform various task or operation in application while it is not in focus (such as being minimized to tray). For example if we have a data entry application that is running in the system tray. When the user click on ALT + N keys, Continue reading “How to register hotkeys for your application in vb.net”

How to show all drives and their folders in treeview control with checkboxes

In this article i will show how we can bind all logical drives of your computer with their sub directories using vb.net programming languages.
The following example requires a Treeview control named Treeview1. Continue reading “How to show all drives and their folders in treeview control with checkboxes”

How to create .resources file and write string values using vb.net

You can store strings values in the .resources file at run time by creating .resources file through ResourceWriter class. you can save objects only in .resources and .resx resource files. Continue reading “How to create .resources file and write string values using vb.net”