G
Guest
Hi, how can I get the current control having the focus for the active window
and be able to SendMessage over so that I can display text on it, eg. display
a string in a textbox. What I want is essentially the same effect as
SendKey().
I am using the Rs232 class for .net from Microsoft where I need to get the
input from the COM port and display the value in the vb.net form. I tried
using SendKey() but it doesn't show the value on the form and the codes after
SendKey command in the function doesn't get runned.
Eugene
and be able to SendMessage over so that I can display text on it, eg. display
a string in a textbox. What I want is essentially the same effect as
SendKey().
I am using the Rs232 class for .net from Microsoft where I need to get the
input from the COM port and display the value in the vb.net form. I tried
using SendKey() but it doesn't show the value on the form and the codes after
SendKey command in the function doesn't get runned.
Eugene