Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Communicating between VB.Net applications

Status
Not open for further replies.

hellferret

Programmer
Mar 15, 2001
91
0
0
GB
Hi,

How do I tell a VB.Net application to do something from another VB.Net application??

Would I use SendMessage?



HF
 
You can:
Send a Windows Message
Use a file
Use a message queue
Use a socket
Use shared memory
and
Pass a value on the command line

Or something else entirely.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top