December 7th, 2005 10:41 AM
Ok.so probably you're right.Thx for help
C u
December 7th, 2005 10:12 AM
This is not true...
When you write a console app you don't have to worry about blocking functions such as recv or connect. When you use windows GUI you can't block the program,and that's why u have...
December 7th, 2005 09:45 AM
that's not what i wanted...
I told u i need some advices on how to use winsock WITH GUI. You gave me a tutorial about using sockets with console app.
Waiting for more advices :(
December 6th, 2005 01:34 PM
Hello everyone!
I've been working on a small project recently,which aimed to work under Windows.The whole idea is to make a programme that alert you when there's a new email in your mail box.
This...