Shalini Shikha
September 29th, 1999, 10:44 AM
I just want to know how and which function to use to get the current directory and current drive in VB6.0
|
Click to See Complete Forum and Search --> : How to get the current directory and current drive in VB6.0 Shalini Shikha September 29th, 1999, 10:44 AM 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 Use CurDir function in VB baby. sriky September 29th, 1999, 01:58 PM set a label and write the following code in form_load label1.caption=App.path & "\" & App.ExeName Hope it helps Srikanth codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |