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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10012870.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10290748.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20007069.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20123295.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20354308.htm...
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!
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20486676.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20582110.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20625739.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21092283.html
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
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21192664.htm...