|
-
September 29th, 1999, 10:44 AM
#1
How to get the current directory and current drive in VB6.0
I just want to know how and which function to use to get the current directory and current drive in VB6.0
-
September 29th, 1999, 12:54 PM
#2
Re: How to get the current directory and current drive in VB6.0
Use CurDir function in VB baby.
-
September 29th, 1999, 01:58 PM
#3
Re: How to get the current directory and current drive in VB6.0
set a label and write the following code in form_load
label1.caption=App.path & "\" & App.ExeName
Hope it helps
Srikanth
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
|