Hi guys,

It's been a while since i touch VB6. Been trying to work on some sendkeys but i am stumped on this one.

I am trying to send a text to a textbox. However, the app im trying to send keystrokes exits the moment i send the keys to its textbox. I am thinking it's detecting automated keystrokes and then exits. I tried to put delays and also resort to add the text to a clipboard and send keys ctrl+v but failed.

Is there some sort of code wherein the app will detect the send keys as normal stroke just like typing using the keyboard?