Hi
I have unfortunately been tasked with taking over a VB6 system that has two facets being a Client on a tablet and a Host on a server. Currently all connectivity is handled via a USB plugin whereby information captured on the Client is transferred to the Host which then updates it and posts responses to a specific directory on the USB plugin for updating to the Client. In my opinion this is very out of date and manual.
I have been tasked with making the Client and Host talk via the internet so that all updates are immediate and responses back happen in seconds. The triggering of an update on the Client is to be via a Push VB6 button and the Client must the go into wait mode until the Response directory on the Host contains the reply which it then pulls to the Client. The Push VB6 button on the Client must trigger this operation automatically.
Can anyone help me with the necessary VB6 code to do this and what I must have to achieve the desired results.
Any help will be greatly appreciated.
Regards
Mac

