Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 3225(0.01 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.0
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
Zones: Windows MFCDate Answered: 12/02/1998 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 ...
Zones: Windows NTDate Answered: 12/18/1998 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
Zones: Delphi ProgrammingDate Answered: 03/16/1999 Views: 0
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...
Zones: Windows MFCDate Answered: 04/12/1999 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...
Zones: Windows MFCDate Answered: 04/29/1999 Views: 0
Is there a function that exists to know the path of an executable or the path name of the calling program?
Zones: Windows MFCDate Answered: 05/29/1999 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...
Zones: Visual BasicDate Answered: 11/07/1999 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 ...
Zones: Windows ProgrammingDate Answered: 01/29/2000 Views: 0
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/...
Zones: Java, New To JavaDate Answered: 05/07/2000 Views: 0
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...
Zones: Windows MFCDate Answered: 06/14/2000 Views: 0