Thread
:
How do I open a Network location using C++?
View Single Post
Panarchy
Contributor
26Apr2009,13:26
Hello
Joske solved it for me, see below;
Code:
ShellExecute
(NULL, "explore", "\\\\panarchy\\share", NULL, NULL, SW_SHOWNORMAL);
Panarchy