|
-
Oct 1st, 2000, 03:55 AM
#1
Thread Starter
Frenzied Member
I have had some problems with using the FileSystemObject class, i got an app of the net that it to get files and folders off your computer and show them in a treeview, i would like to do something similar except if i add this:
Dim FSys As FileSystemObject
To my project i get an error, am i meant to add this class to my project somehow ?
P:S On my VB toolbar where the Run,Pause,Stop buttons are my stop button has dissapeared, how can i get it back/
-
Oct 1st, 2000, 04:02 AM
#2
Fanatic Member
This shows you how to use the FileSystemObject:http://msdn.microsoft.com/library/de...stemObject.htm
PS.Is your name Rich?
-
Oct 1st, 2000, 04:04 AM
#3
you will have to add a refernce to the FSO in the project menu, then declare the variable again.
Dim FSys AS NEW FileSystemObject
dunno about the stop button though!
-
Oct 1st, 2000, 04:31 AM
#4
Thread Starter
Frenzied Member
-
Oct 1st, 2000, 04:38 AM
#5
Thread Starter
Frenzied Member
It works for me now but if i try to add reference i get "Error Loading DLL", but what the heck it works be creating the object like ms say.
-
Oct 1st, 2000, 05:25 AM
#6
Thread Starter
Frenzied Member
What am i meant to add refernce to ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|