This code will open any folder just like you were double-clicking.
This code will open any folder just like you were double-clicking.
API Declarations
'no declarations
Rate This code will open any folder just like you were double-clicking.
(1(1 Vote))
' and you will need a command named command1
praivte sub command1_click()
dim aa
aa=shell("Explorer "text1.text,1)
if text1.text="" then
msgbox"You need to type a folder path here to open"
end if
'Faris Mlaeb
'[email protected]
This code will open any folder just like you were double-clicking. Comments
No comments yet — be the first to post one!
Post a Comment