
I need one ExplorerTreeGadget open in a directory.
The same as we do that :
Code: Select all
RunProgram( "C:\WINNT\explorer.exe" , "/n,/e,/root,c:\Program Files\" , "" ,#PB_Program_Wait)
Code: Select all
RunProgram( "C:\WINNT\explorer.exe" , "/n,/e,/root,c:\Program Files\" , "" ,#PB_Program_Wait)