How to associate a file type with program?Take a look at this link: http://technet.microsoft.com/en-us/magazine/ff687021.aspx There are the...
Starting a script with CI am not 100% about the adition input such as the "1.4" as you said, however for starting another sc...
Program skips out code....char playerNum; playerNum = 1; This code, is why it is not behaving as expected. You are assigne...
How to write pixels to the screen?If I understand you correctly then I suggest you check out this link: http://msdn.microsoft.com/en-u...
Detect resolution / screen orientation change without a window?Okay, using the WM_DISPLAYCHANGE message only works with top level windows, that having been said, o...