Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using FindWindowEx in PB

Status
Not open for further replies.

ranjitvictor

Programmer
Jul 29, 2000
11
IN
I want to obtain the handle of a textbox located on the window of another application.
--How do I use the FindWindowEx API?
--Is there any other workaround?
URGENT!!!!
 
ll_window_handle=findwindowA(0,"StringWindowName")

FUNCTION ulong FindWindowA(ulong classname, string windowname) LIBRARY "User32.dll"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top