File Manager in Visual Basic
Introduction:
This tutorial is on how to create a file manager in Visual Basic.
Design:
This program requires the following:
{component}		{name}		{text}		{use}
Button			button1		Open		To open the directory or file selected.
Button          button2		Root		To reset to the C:\ (drive).
Button          button3		Delete		To delete the selected directory or file.
Listbox			listbox1	-			To list the directories and files held within the current directory the user is browsing.
Variables:
We need to keep track of the current path of the listbox so we n
      
    - Read more about File Manager in Visual Basic
- Log in or register to post comments
- 1191 views
 
               
 
 
 
 
 
 
 
