I Make a Program But Idont Know How Open "My Computer" in My Program (my mean : i Click on a Button and OPen "My Computer" )
Professional Software Development Tools
I Make a Program But Idont Know How Open "My Computer" in My Program (my mean : i Click on a Button and OPen "My Computer" )
Code:Shell.Execute("EXPLORER.EXE", "open", "/n, /e, ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}", "", SW_SHOWNORMAL)
Intrigued
But My mean is OPEN My Computer not EXPLORER
My Computer is a section of Windows Explorer, the application that is used for browsing folders, files, etc. There's no easy way to get around it. AFAIK the code above will do the same as pressing WinKey + E.
Good Work.
Thanks Intrigued.