|
-
Aug 19th, 2006, 04:50 PM
#1
Thread Starter
PowerPoster
SendKeys help
im trying to write a simple automation system which does the following:
get a string data (easy)
click a textbox (easy)
SendKey(string data) - problems
now, the problem I am having is that when I am sending keys, say the text is:
"hi how are you"
sometimes it displays it just like that, most of the time it does this:
hii hooowwwww arrrreeeee yooouuuu
any ideas why?
code:
SendKeys.Send("hi how are you");
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
|