|
-
Feb 2nd, 2001, 04:47 PM
#1
Thread Starter
Member
could someone tell me how to manipulate another richtextbox that doesn't belong to my program (without using sendkeys)?
i.e. i know the hWnd of the "target" richtextbox (richedit), and i would like to change the target's properties such as .text etc...?
i presume it would be something like
Dim objTarget as TextBox
objTarget.hWnd = target.hWnd
objTarget.Text = "text..."
thanx.
Thanx, for your reply(s)
Zhang Tian Hao
Visual Studio Enterprise 6.0 SP 4
[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
|