open My Documents in explorer window when a button is click
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:22x48h8g]lngReturnValue = shell("explorer.exe ""C:\Documents and Settings\Administrator\My Documents""", vbNormalfocus)[/code:22x48h8g]