How can I get the directory name of where my MFC app
is located?
so if i run
c:\apps\myapp\myapp.exe
I want to be able to get c:\apps\myapp\ during runtime.
thanks
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10104430.htm...
Zones:
Windows MFCDate Answered: 12/02/1998 Grade: A Views: 0
Hi,
i have installed iis4 with sp4 on my nt machine.
and installed it in c:\program files\inetsrv the standard
path of inetsrv is c:\winnt\system32\inetsrv now if i start
the mmc manager it gives ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10107174.html
Zones:
Windows NTDate Answered: 12/18/1998 Grade: C Views: 0
Hi, How Can I do to Have the .EXE, .DLL Name and path
of All running process. I Have tried GetModuleFileName but it only return the path and the .exe name of my app.
Thanks
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10139328.html
Dear All,
I have created a help file by using the Microsoft help workshop. I found this *.hlp file must be placed at the same directory of the executable file in order to open the help file sucess...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10149170.htm...
Zones:
Windows MFCDate Answered: 04/12/1999 Grade: B Views: 0
Hi,
I try to get the FULL path of the exe of my app,
I use this for the moment:
_getcwd(buffer, MAX_PATH);
strcat (buffer, "\\");
strcat (buffer, theApp.m_pszExeName);
strcat (buffer, ".exe");
bu...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10155723.htm...
Zones:
Windows MFCDate Answered: 04/29/1999 Grade: B Views: 0
Is there a function that exists to know the path of an executable or the path name of the calling program?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10165958.htm...
Zones:
Windows MFCDate Answered: 05/29/1999 Grade: A Views: 0
To,
experts
The below mention path which vb shows me when i use "app.path".
"C:\Program Files\Microsoft Visual Studio"
I want to show this path in dos form,than what should i do for the s...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10226314.html
Zones:
Visual BasicDate Answered: 11/07/1999 Grade: B Views: 0
I want to upgrade my software, in order to do that users will use FTP to unload the upgrade file.
Then they will need to execute the file, which will auitomaticly extract the files to the right ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10266323.html
Working with a CASE Tool that needs to be launched by typing in the command "java -mx32m -noclassgc elixir.LOREx2" is giving me lots of trouble. I have to add the jar file to the class path. Where/...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10339567.html
I need to change the path environment variable in a Windows NT operating system.
My question is: do you know if there is a windows API function to do that?
I know that is possible to do it by ch...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10444199.htm...
Zones:
Windows MFCDate Answered: 06/14/2000 Grade: B Views: 0