|
-
Window explorer
application,
Name
-
Developed with Microsoft
Visual Basic 6.0
-
General information:
-
To
Display all your drive
connections in one window.
- To Determine how much space is
available on a disk.
- To Show the drive, folder or file properties.
- To Copy/Paste a folder or file (one or more).
- To Delete a file or folder (one or more)
- To Change the appearance of items - Large Icons, Small
Icons, List or Details.
|
|
|
|
|
How to Run this application
|
|
- Run the
Microsoft Visual Basic 6.0.
- From
File menu, choose Open Project,
the Open Project dialog box appears,
click the Existing tab, select
the project file Window Explorer - (\\Window
Explorer\Window Explorer.vbp) and then click Open.
- From Run
menu , choose and click Start.
|
|
A.. |
Create Project and select available References
|
|
- Use Microsoft
Visual Basic Application Wizard, to create project
- This application
uses 2 principal controls: TreeView and ListView:
- From the File
menu, choose Project, choose Reference,
dialog box appears, and
then select
the available reference (look References picture)
|
B. |
After running ... |
|
|
1. |
Main Form -
frmMain
more information, call View
Object and View Code corresponding ...
Note:
- Show the drive, folder or file
properties.
-
Copy, Paste or Delete a folder or file (one or more).
|
|
|
|
2. |
Drive, Folder or File
Properties.
a. |
-
From the Form frmMain - Pic 1
-
From the TreeView control
of Form frmMain - Pic 1,
select a Drive or Folder
item name
-
From the Menu Function, select
Proprietes or Click
Prop. Button
-
Drive_Properities or
Folder_File_Properties Forms
appear and the corresponding data
display
|
b. |
-
From the Form frmMain - Pic 1
-
From the ListView control,
select a Folder or
File item name
-
From the Menu Function, select
Proprietes or Click Prop.
Button
-
Drive_Properities or
Folder_File_Properties Forms
appear and the corresponding data
display
|
Name Form -
Drive_Properities
more information, call View
Object and View Code corresponding ...
Drive Properities
data
|
|
Name Form -
Folder_File_Properties
more information, call View
Object and View Code corresponding ...
|
1. |
Folder Properties
data |
|
 |
|
|
2. |
File Properties data |
|
 |
|
|
|
|
3. |
Name Form -
About_WndExplorer
more information, call View
Object and View Code corresponding ...
From the Form frmMain - Pic 1, From the Menu
About, select
About this or Click
A Button. This Form
appears
|
|
 |
|
|
|
|
|