|
-
Nov 15th, 2001, 03:45 PM
#1
Thread Starter
Member
Easy, But Till Today None Has Been Able To Solve
i have a real problem...
what i want to do sounds pretty simple but just never happens... it has to do with the SetWindowText(api)
i have an .exe running which contains a textbox which has "Text1" as the text inside it.(you can make a simple form with a textbox and save it as an .exe)
NOW i have a VB form running who on loading finds this .exe's handle and uses it to change its titlebar text through the help of the SetWindowText(api).
Next i find out the handle of the textbox inside that .exe and try to change its text i.e "Text1" .... but.... BANG!!!...
NOTHING HAPPENS?????
the textbox's text ("Text1") never changes no matter what????
the return value of the API is also a non 0 ... which says operation successful...
please help me i just cant get what i am missing over here...
how do i change the Text of a text box from another seperately running program which is independent of the first?????????
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|