Jun 2, 2001 #1 smartyram Programmer Jun 2, 2001 2 IN Hi, I want to make a given folder in my harddisk as shared by writing a VC++ program. I want to make a given folder shared by using a program.
Hi, I want to make a given folder in my harddisk as shared by writing a VC++ program. I want to make a given folder shared by using a program.
Jun 25, 2001 #2 pipk Programmer Feb 20, 2001 455 GB why don't you post this one in the Visual C++ forum, it will probably get a reply there... Upvote 0 Downvote
Jun 25, 2001 #3 Cagliostro Programmer Sep 13, 2000 4,226 GB use SetCurrentDirectory. It is declared in winuser.h, so you can include windows.h John Fill ivfmd@mail.md Upvote 0 Downvote
use SetCurrentDirectory. It is declared in winuser.h, so you can include windows.h John Fill ivfmd@mail.md