Teen Programmers Unite  
 

 

Return to forum top

Clicking connect in a dialog box

Posted by frazell [send private reply] at June 19, 2001, 04:37:33 AM

I need to write a program that clicks connect in another program (that i did not write) and was wondering if there are any tutorials or such to show me the basics of achieving this

Posted by lordaerom [send private reply] at June 19, 2001, 08:46:41 AM

If it is in fact a dialog box, then have a look at SendDlgItemMessage. Figure out the id of the control, and bang! Well and the HWND. And the appropriate message.

Posted by taubz [send private reply] at June 20, 2001, 08:56:47 PM

What language? Sendkeys in VB works well. That can also be simulated with Windows messages too, I'm sure.

- taubz

You must be logged in to post messages and see which you have already read.

Log on
Username:
Password:
Save for later automatic logon

Register as a new user
 
Copyright TPU 2002. See the Credits and About TPU for more information.