Hi, i have a problem making my program share infos with his clone... Let me explain :)
I execute my program twice, and i want it to share text like a messenger (on a single computer) and the problem is, i don't want it to be one program with 2 forms, but 1 program running severeal times (2 or more)
How do i get the text from the "textbox_send" in the "textbox_recieve" of the other programs?
The main problem is that i can't figure out how to connect a program with itself, but not really "itself" :p
Can anyone help me?
Thanks
(If someone can't understand what i'm trying to say, tell me and i'll try to explain it better :] )