IDE(Integrated Development Environment) , VS6.0 and VS.NET are two VC++ compiler versions from microsoft, 6.0 is the older than .NET but still widely used by developers community.
Well which SDK r u trying to integrate and in which IDE i mean VS6.0 or VS.NET,
but anyways SDK normally comes up with three kinds of files LIB , .H and help files.
In case of worker thread there is no need to use AfxEndThread as the Thread Proc will return it will autometically end the thread and delete its all memory.
Hi now a days i am developing a news ticker , just like one we could see on news channels at bottom a strip in which Text and logos scrolls from right to left.
Well one cannot recieve whole data from one Receive Call , so one will have to call Receive multiple times to be sure that all data is successfully fetched.
Now a days i am working on a software , which will run a specific scheduled tasks at certain time.What should be the technique to develop this software.
One obviouse way is using Timers , but is...