|
-
Nov 6th, 2009, 04:21 PM
#1
Thread Starter
Addicted Member
Odd Code Problem
Hey I have another problem alot like
http://www.vbforums.com/showthread.p...=1#post3650448
which was posted yesterday, the code was replacing my fail way of replacing textbox text but now in the same place in dolisten i cant use sendkeys.send
so i tried fixing it myself with
Code:
Private Sub Sendtext(ByVal text As String)
SendKeys.Send(text)
End Sub
but that didnt work either, could anyone show me a way to do sendkeys the "pro" way I would appreciate it alot
To be clear, Im not using sendkeys to update a textbox, but to actually send keys the client sends text to the server and the server will type it out basicly.
but it doesnt seem to work with the same problems in the link i attached above
Thanks
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
|