|
|
1-5 of 5 Visual Basic File Manipulation sites are shown.
|
|
This is a form module that shows you how to display Shell Namespace objects (e.g., the control panel, the start menu, My Computer, etc.) in a web browser control. You must have IE 4 or greater installed on your machine
|
|
|
|
|
|
|
The usual code to create shortcuts does not allow one to create a shortcut for a program with parameters. This code enables you to create a shortcut anywhere for any command line with any parameters, the icons you want, the default folder you want and the window mode you want. Enjoy.
|
|
|
|
|
|
|
If you ever intend to use a file search in your applications, going through the API is the only way to achieve this in my opinion. You'll find many examples that try to use directory list boxes to perform file scans, but these examples will be painfully slow. The API, on the other hand, is extremely fast.
|
|
|
|
|
|
|
This module encapsulates much of the functionality of the File System Object.
|
|
|
|
|
|
|
A user control resembling a combobox. When the dropdown button is clicked, a browse through a folder treeview to select a directory is displayed.
|
|
|
|
|
|
|