ok my problem is i have a program that uses winsock to send a message called
"BOX:" and then the message an when the client gets the message i want it to be displayed in a message box

Example
Server->sends "BOX:" & "TESt"

the client would get "BOX:TEST" how can i make it so the BOX: doest appear in the message box

(sorry if this is confusing)

-BladeZ