by Faris Mlaeb (7 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 27th February 2002
Date Added: Mon 8th February 2021
Rating:
(1 Votes)
This code will open any folder just like you were double-clicking.
API Declarations
'no declarations
' 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]
No comments have been posted about This code will open any folder just like you were double-clicking.. Why not be the first to post a comment about This code will open any folder just like you were double-clicking..