Thanks for your input. Basically, what I am trying to do a wireless connections b/w two PC's by using TCP/IP connection to send a RAW data. The RAW data will be generated at the Server side and I want to display it on Remote Client side. The RAW data will be 5 different graphs that need to display on the Client side. So far I have study and looked the TCP/IP Server/Client side to see how things are generated and displayed. On the example TCP/IP server side, it has a stacked sqeu. That is generating the graph and its sending to Client to display it.
That is the basic idea behind my application.
