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”