AndreaVB Home | News Home | Forum Home | Downloads | Register | Search | PM | Profile
I think it is possible to develop a application that will assign text in the text box of another application by vb. [Edited by tri_inn on 27-10-2002 at 12:46 PM GMT]
if both applications are fully compiled vb exes, then you'd definitely have to go through a certain amount of subclassing... ____________________________ Been busy trying to take a second degree <--it's not working out...
Couldn't you use DDE?
you can use the WM_SETTEXT paramater of the SendMessage API call. If you need example, please email me. steve ingalls