Advertisement

1 - 10 of 33 containing alltags:("findwindowex") (0 seconds)
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 ...
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...
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...
Zones: Delphi ProgrammingDate Answered: 06/14/2006 Grade: A Views: 0
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...
Zones: Windows ProgrammingDate Answered: 06/09/1998 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 12/20/1999 Grade: B Views: 0
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...
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...
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 ...
Zones: Programming, Signal ProcessingDate Answered: 01/13/2003 Grade: A Views: 0
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...
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...
Zones: Delphi ProgrammingDate Answered: 07/17/2004 Grade: A Views: 0