haiya guys! lately i was trying to find out how to open My Documents or other folder in an explorer window if I clicked a button in a vb form. And here's the code that I got. Just want to share it with you.
Code:
lngReturnValue = shell("explorer.exe ""C:\Documents and Settings\Administrator\My Documents""", vbNormalfocus)