Hi, im working on a download manager application, i would like to open the folder where the file was downloaded, can anyone tell me how to open a folder from vb ?? thanks
Printable View
Hi, im working on a download manager application, i would like to open the folder where the file was downloaded, can anyone tell me how to open a folder from vb ?? thanks
The same way you open a file: Process.Start.
thanks..:)