i need help with combining two forms together

austin101

New member
Joined
May 7, 2009
Messages
3
Programming Experience
1-3
hello i need help with a program i'm working on. the program needs to update a form on another computer on my network.
heres how i want it to go.
form1 has a list box and a textbox with an add button to add the text entered in textbox then when i click the add button it adds it to the list box. when the item is added to the listbox in form1 computer 1 it is added to another form1 computer 2.

pleas can somone help me out i need this program for a job interview and i'm stuck on how to do this
 
I can't because I don't know how your program already works.

If you really want some help, give me more details on this program.
 
well do not have the program built yet and i have no idea how to do it.
i want my program to link with another program that needs built on another so i can send and recieve items from a listbox1 on form1 computer1 to i a another program that needs to be built and linked to form1 listbox1 on computer2 when i add items to form1 listbox1 computer2
i just can't figure out how to link programs together over the network wich is named WORKGROUP and the the main form is on my computer. i want to be able to add this data to multiple computers on my network.
can you help me out.
 
It's like formlesstree4 said use a database, pseudo code it first, then you'll see what you need to do. Then you can design a database (or something else) to store the information to and then retrieve on the "other end".
 
Back
Top