Hi everybody. I'm new in this forum and also in VC++. In a windows form project, i'll transmit a text data by winsock. I did this in console, but i don't know how to do this in form application. For example, where should i define my objects and functions. As i know In Form.h , i can't define a new class, so how this will be possible? And which libs i have to use? Please help me about this, cause all examples i've read tells me about winsock in console applications...