Forum: C++ Apr 30th, 2006 |
| Replies: 13 Views: 10,796 Hey,
No problem. I had this problem once, and setting a delay actually helped.
My server used to spawn a thread for every incoming request and send data based on some authentification using... |
Forum: C Apr 28th, 2006 |
| Replies: 2 Views: 2,103 > How can i display a dialog window with adding a class to it
Just derive your CClasX from a CDialogBox and add what you want in the OnInitDialog function.
Without deriving from MFC, there is an... |
Forum: C++ Apr 28th, 2006 |
| Replies: 13 Views: 10,796 You need a delay on your reading loop.
Need to check for the socket ready befor attempting to read further.
Check out the function readfromstream here:... |
Forum: PHP Apr 28th, 2006 |
| Replies: 4 Views: 4,454 You need a submit button on your form..
something like <input type=submit value="Send it"> |
Forum: Community Introductions Apr 28th, 2006 |
| Replies: 0 Views: 612 Lucian,
C++ programmer, tapping into web stuff
Markham, Canada
..
have a nice day everybody |