Send Keys from keyboard
-
suppose in a string var ="abc" values i want that Keyboard automatically type this string in TextBox plz tell me how its possible :confused:
-
suppose in a string var ="abc" values i want that Keyboard automatically type this string in TextBox plz tell me how its possible :confused:
-
suppose in a string var ="abc" values i want that Keyboard automatically type this string in TextBox plz tell me how its possible :confused:
Your question seems a little confused. To put the value of the variable
var
into a textbox programatically just set the text property e,g,myTextbox.Text = var
. If your question is about sending keypresses to another application outside of your control you can use the SendMessage[^] API to programatically do anything to any identified window. That is not simple though.If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) www.JacksonSoft.co.uk