I Just want to pass the ".text" from a textbox in a vb app on one pc into a textbox in another vb app on another pc somewhere on the LAN?
(A LAN that doesn't have internet access?....)
BEEN TRYING TO FIND THIS CODE FOR TWO DAYS AND IT IS KILLING ME! you'd think it'd be simple, because to do it on a single ap it's really simple, you can just:
however when textbox 2 is on a different pc/program it all becomes much more difficult for a newb like me !....Code:textbox2.text = textbox1.text
What I should be researching/learning about to do this? (Sockets? - all seems a bit over complex for something so simple) OR (ideally) is there a simple line of code to do this like the one above??? (e.g maybe something like the line below)
Code:\\PC2.appVB_AP2.textbox2.text = me.textbox1.text



LinkBack URL
About LinkBacks





Reply With Quote

Bookmarks