Advertisement

1 - 10 of 28 containing alltags:("enumwindows") (0.001 seconds)
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 Grade: C 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 Grade: A 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 Grade: B Views: 4
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 Grade: A 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 Grade: A 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 Grade: B Views: 35
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 Grade: A 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 Grade: A 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 Grade: A Views: 4
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 Grade: B Views: 0