No Picture
Excel

Excel VBA + Timer

Question : Excel VBA + Timer I want to run a subrountine every 5 sec in Excel. would somebody please tell me how to do ? Thanks   Solution: Excel VBA + Timer Pearson covers this […]

No Picture
Linux Networking

squish – quota resetting time

Question : squish – quota resetting time I am using Squid on Fedora Core 8 with Squish. Everything is working fine with user authentication and quotas. Only problem is if some user exceeds the daily quota […]

No Picture
Microsoft Programming

Async InternetReadFileEx() problem

Question : Async InternetReadFileEx() problem Hi! I need to do async communications using HttpSendRequest() and InternetReadFile(). HttpSendRequest() returns ERROR_IO_PENDING and I wait for INTERNET_STATUS_REQUEST_COMPLETE event in OnStatusCallback(), then I call InternetReadFileEx() which returns incomplete data (usually […]