i am useing:
System.Windows.Forms.SendKeys.Send("hello")
but alot of the times it doesn't print the whole string. i.e. it prints "hel" or something like that. i have no idea why it is doing this, but sometimes it prints the whole thing and some times it doesn't...
also i tried sending out one char at a time, that still didn't work. i would get all the letters some times but other times i wouldn't even get one letter.
any ideas on whats wrong or how to get around this problem?
is there a better/more reliable way to send keys???
thanks.
vb.net 2002
System.Windows.Forms.SendKeys.Send("hello")
but alot of the times it doesn't print the whole string. i.e. it prints "hel" or something like that. i have no idea why it is doing this, but sometimes it prints the whole thing and some times it doesn't...
also i tried sending out one char at a time, that still didn't work. i would get all the letters some times but other times i wouldn't even get one letter.
any ideas on whats wrong or how to get around this problem?
is there a better/more reliable way to send keys???
thanks.
vb.net 2002