N
Necromis
Ok, I am really losing it. I cannot seem to wrap my head around the
SendMessage function/method. What I am trying to do is send text/data
to an instance of a window that I know the handle of from within a
vb.net application. Can someone give me a decent example of the code
I
would need to create to process this using the sample data below.
Windows hwnd = 0xB0484
String text = "NM*14*ACCTNO*MMDDYY"
I have been looking at it both in the local and online help and
searching the web all over and I am not getting it. Either I am not
understanding it right or am missing something. I really right now
just need a good code example. I am trying to pull data from a text
file and send it in strings to another application w/o having to call
focus to the window. This way I can run a batch of transactions on
this other program.
Oh and one other bit of info I am using MS VB 2005 Express Edition as
my coding environment.
SendMessage function/method. What I am trying to do is send text/data
to an instance of a window that I know the handle of from within a
vb.net application. Can someone give me a decent example of the code
I
would need to create to process this using the sample data below.
Windows hwnd = 0xB0484
String text = "NM*14*ACCTNO*MMDDYY"
I have been looking at it both in the local and online help and
searching the web all over and I am not getting it. Either I am not
understanding it right or am missing something. I really right now
just need a good code example. I am trying to pull data from a text
file and send it in strings to another application w/o having to call
focus to the window. This way I can run a batch of transactions on
this other program.
Oh and one other bit of info I am using MS VB 2005 Express Edition as
my coding environment.