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 31(0.013 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!

6.4
I have used delphi and the Win API call CreateProcess to run another program when the user presses a button.  If the user presses the same button and the app is still running, I want it to be broug...
Zones: Delphi ProgrammingDate Answered: 06/02/1997 Views: 0
I use EnumWindows with a callback function, when I check the returned HWND(s) with ISWindow? I get false!!!!!! Can you tell me why I hear no Beep here? function CallBackFun(H:LongWord; A:Intege...
Zones: Delphi ProgrammingDate Answered: 02/17/2000 Views: 0
hi , does anyone know how to use the win32 api function EnumWindows(..) to enumarate all the windows and get their details (like what is their .exe file , ...etc ) a little code sample will be...
Zones: C++Date Answered: 12/20/2000 Views: 0
I am trying to find a way to close an application programmatically, without knowing its process ID, or window handle (it uses no Windows). All I know is the name of the application, as it appears u...
Zones: Windows ProgrammingDate Answered: 06/06/2001 Views: 0
Hello, I want to make an app such that a user enters a CString representing the caption of the window (for example: Experts-Exchange.com - MFC - Microsoft Internet Explorer) I have thought abou...
Zones: Windows MFCDate Answered: 06/01/2004 Views: 0
Could anyone give me an example on how to use EnumWindows? For example i would like to get the names of all windows and put them in a memo. Thanks in advance!
Zones: Delphi ProgrammingDate Answered: 01/29/2003 Views: 0
can any body help me becouse I'm not so good in translating vb to c++ [source] http://www.msnfanatic.com/tfdn/index.php?act=ST&f=39&t=5115&hl=nick&s=6619b6c14890c4a4e98ef34b099d9661 I just can...
Zones: C++Date Answered: 05/06/2003 Views: 0
Okay I am trying to put an EnumWindows function in a seperate class that I made. I keep getting an error stating "Variable required" and I cant understand why. Here is the code (the code is def...
Zones: Delphi ProgrammingDate Answered: 05/27/2003 Views: 0
Hello, I'm having trouble with Enumwindows on the windows api. Basically I want to derive both the titlebar windowtext and the executable file names from each Enumwindow I get the titlebar text...
Zones: Visual BasicDate Answered: 11/08/2004 Views: 0
After doing research I've found that process.GetProcessesByName("") will only display active processes. I need to list all processes. How do I list all processes using EnumWindows in .NET
Zones: MS Visual BasicDate Answered: 11/04/2004 Views: 0