|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Banned
Join Date: Jul 2002
Location: Sydney, Australia
Posts: 10
|
what code should be used to make buttons open Win Explorer in a specific folder, say c:\windows or d:\video.
Some may ask why id want to do this but im on an NT computer which has been stuffed around with so neither of these drives are visible in explorer and i have made VB open them before i just forget the code... thanks |
|
|
|
|
|
#2 |
|
Member (10 bit)
|
Here ya go:
Code:
Shell "explorer.exe c:\path", vbNormalFocus |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|