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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GetMessage/SendMessage

Status
Not open for further replies.

jbonwell

Programmer
Jun 29, 2005
5
US
I have 2 VB apps that I want to be able to communicate to each other. I have a sending exe and a receiving exe. I'm using the SendMessage on the sending exe and the GetMessage on the receiving exe, but not sure what's missing in the middle. I'm using FindWindow to get the handle. I can send a WM_CLOSE command. Just can not figure out how to send any kind of text commands.
 
That's what I meant. I'm just trying to create a way of having one VB app send some kind of command to another VB app. Once the receiving app gets that command, it would performs some function.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top