G
Guest
I need to have one executable program (which I will refer to as PROG1) set
the value of a Windows Form textBox control located in another executable
program (which I will refer to as PROG2). PROG1 was developed with VB.Net
2005 and PROG2 was developed with VB 6.0. Both programs are running on the
same computer, which is running Windows XP professional SP2.
After PROG1 sets the textBox value in PROG2, I need for PROG2 to be
activated (that is, get focus).
I am thinking of using WIN32 API functions; however, I have no experience
with API functions, and I am not sure if this is the correct method to use.
Are there equivalent functions in VB.NET that can be used instead of WIN32
API functions?
Would you please point me in the direction I should take to accomplish this
task, and sample code in VB.Net would be very helpful.
Thanks very much.
JDH
the value of a Windows Form textBox control located in another executable
program (which I will refer to as PROG2). PROG1 was developed with VB.Net
2005 and PROG2 was developed with VB 6.0. Both programs are running on the
same computer, which is running Windows XP professional SP2.
After PROG1 sets the textBox value in PROG2, I need for PROG2 to be
activated (that is, get focus).
I am thinking of using WIN32 API functions; however, I have no experience
with API functions, and I am not sure if this is the correct method to use.
Are there equivalent functions in VB.NET that can be used instead of WIN32
API functions?
Would you please point me in the direction I should take to accomplish this
task, and sample code in VB.Net would be very helpful.
Thanks very much.
JDH