VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This code will open any folder just like you were double-clicking.

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

Rate This code will open any folder just like you were double-clicking.



' 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]

Download this snippet    Add to My Saved Code

This code will open any folder just like you were double-clicking. Comments

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..

Post your comment

Subject:
Message:
0/1000 characters