besoft Active Member Licensed User Longtime User Feb 10, 2018 #1 Hi, I have two applications both designed with B4J. Both are on the same computer. How can I send data between them? Both are simultaneously open. THX
Hi, I have two applications both designed with B4J. Both are on the same computer. How can I send data between them? Both are simultaneously open. THX
R Roycefer Well-Known Member Licensed User Longtime User Feb 10, 2018 #2 You can use UDP or TCP ports from the jNetwork library. Another option is to read and write from files. The jFileWatcher will raise events when a file in a watched directory has been created/modified/deleted. Upvote 0
You can use UDP or TCP ports from the jNetwork library. Another option is to read and write from files. The jFileWatcher will raise events when a file in a watched directory has been created/modified/deleted.
besoft Active Member Licensed User Longtime User Feb 11, 2018 #3 Thanks for the reply I'll try both options Upvote 0