I called FindWindowEx method from C#. It works in one application but it doesn't work in my other application. That was on Windows 2000. It works in both applications in Windows XP.
Strange.
The ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21405114.html
Zones:
.NETDate Answered: 05/11/2005 Grade: A Views: 0
Hi guys,
I have two applications each having the MainForm, other forms, and an InterfaceForm with a TextBox.
ApplicA knows the handle of ApplicB MainForm so I'd like to use that to find the Appli...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21526634.html
Zones:
Visual BasicDate Answered: 08/27/2005 Grade: A Views: 10
First of all... srry about the points. This is all I have :(
2 apps
the first app have:
Form Title: "my 1st app"
dialog name: "my dialog 1" (dialogEx)
the second app have a button "cal...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21882604.html
I am trying to emulate mouse clicks sent to a an off-shilf software.
The software displays a dialog box which has a number of control buttons. I am trying to emulate this operation by sending a Pos...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10057043.html
Hello!!!
I want my Delphi app to run a setup file and when the setup file is finish to load i have to push "next" and may be again "next" , i want my Delphi app to listen if this window is runni...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10246766.html
Using FindWindow to get a handle to the main window of an application is pretty straightforward. I can just use the Caption of the window to search.
How do I get the name of a childwindow (like...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10315729.html
Zones:
Visual BasicDate Answered: 03/23/2000 Grade: A Views: 0
When I use the findwindowex api function passing declared variables for the arguments, the function doesn't work. When I use literal strings as the arguments for Class name and Window name, the fu...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20340549.html
Zones:
Visual BasicDate Answered: 08/26/2002 Grade: B Views: 0
Aight I figured that out myself with using a better way... I will increase the points if somebody answers this for me... Is there a way to get the only last line of text off a screen? What I mean ...
http://www.experts-exchange.com/Programming/Misc/Q_20441119.html
I am trying to capture the Current URL in an IEFrame and have so far come up with this code:
ls_window has my current IE window name stored.
Constant Long WM_GETTEXT = 13
L_handle = FindWi...
http://www.experts-exchange.com/Programming/Programming_Languages/PowerBuilder/Q_20667286....
Zones:
PowerBuilderDate Answered: 12/17/2004 Grade: A Views: 89
I've noticed some extrange behaviours related with the Delphi 7 IDE and the app ran under it.
I've developed a processes inspector that, executed from the IDE can ask for info or kill ANY of the p...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20737788.html