|
-
Sep 2nd, 2010, 10:38 PM
#1
Thread Starter
Addicted Member
Sending Information Between Two VB Programs
I'm wanting to transfer data between two programs. Basically, I have one program which is the "monitor" program. It opens another program and will fill a textbox in said program and then click a button on the program. When everything is done after clicking the button, the program will need to send something back to the monitor to tell it to close the program and open up another one to start the process over again.
How would I go about doing this?
-
Sep 2nd, 2010, 10:49 PM
#2
Re: Sending Information Between Two VB Programs
Are you creating both programs? Is the client program supposed to know that the server exists, or should it be unaware that it's being controlled by a program rather than a user?
-
Sep 2nd, 2010, 10:59 PM
#3
Thread Starter
Addicted Member
Re: Sending Information Between Two VB Programs
I am creating both programs, therefore I will know all of the control names, etc. etc.
-
Sep 2nd, 2010, 11:06 PM
#4
Re: Sending Information Between Two VB Programs
You've only answered one of my questions.
-
Sep 2nd, 2010, 11:08 PM
#5
Re: Sending Information Between Two VB Programs
you can use socket programming for this. May be this example will be helpful to you.
__________________
Rate the posts that helped you 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|