Hi again peeps,

I have an 'Client/server', and i can connect to that Listning server with my client, but that's all

How do i have to modify the 'server', to execute an 'command' on it? So, that if i hit command1 on the client, that the server shows an msgbox?

i thought it was something with:
VB Code:
  1. Case 1
  2. msgbox ("Yahoo! it works", vbOkOnly, "Info")
  3. Case 2
  4. end

But how dus this Case work? and how do i call it in my client, to execute it on the server thru winsock?