TechTwaddle
2 posts.
- Windows Phone 7 Series - Tools and Resources (updated)Unless you've been living in the caves of Lascaux for the past couple of days, you probably know what's happening in the world of Windows Phone. Microsoft unveiled the developer tools required to d…
- CloseHandle(CreateThread(...));I was browsing through some code when I came across a line of code which said: CloseHandle( CreateThread(NULL, 0, PeculiarThreadProc, NULL, 0, NULL) ); And I thought, wait a minute, is he closing t…
