Hey!!! It is there!!! Look up CWinApp::m_pszHelpFilePath in Help. Or try somthing like this:
char buf[MAX_PATH];
GetCurrentDirectory(MAX_PATH, buf);
CString sCurrentDir = buf;
Have you actually tried surfing google on this topic it seems like it would be fairly easy to find.
About your comment on VC++. It just takes a while coming from
VB because things that were easy to do in
VB are not easy to do in VC...but VC is much more powerful and a tighter/cleaner way of programming. I myself programmed in
VB for a couple of years and would never turn back to it now. Object Oriented programming creates great code. Good Luck...