Search   Feed   Browse   Add
Feed items 1 - 3 of 3 for February 2004

Watcher of the skies

Channel 9, Astrobiology, Operating Systems, and other unrelated things

Windows and .NET: We're making it simpler - February 5, 2004

Let's create a new Window in Win32: HWND hwndMain = CreateWindowEx(      0, "MainWClass", "Main Window",      WS_OVERLAPPEDWINDOW WS_HSCROLL WS_VSCROLL,      CW_USEDEFAULT, CW_USEDEFAULT,      CW_USEDEFAULT, CW_USEDEFAULT,      (HWND)NULL, (HMENU)NULL, hInstance, NULL ); ShowWindow( hwndMain, SW_SHOWDEFAULT ); UpdateWindow( hwndMain ); Now let's do the same thing in...
http://blogs.msdn.com/lifeontitan/archive/2004/02/04/67664.aspx

The value of Microsoft Research - February 3, 2004

As mentioned in one of Brumme's past entries, more visibility (and kudos) is needed for the Microsoft Research division. This large, university-like component of Microsoft consistently produces so many amazing technologies that eventually end up in our products and in our development tools. Check out the MS Research web site for some examples of the truly innovative technologies like new programming languages and tools. Many are even available for public use. Amazing stuff. MS Research can...
http://blogs.msdn.com/lifeontitan/archive/2004/02/03/66884.aspx

Dying Extra-Solar Gas Giant Planet Leaks Carbon-Oxygen - February 3, 2004

Interesting article on a recent discovery of Carbon and Oxygen in the atmosphere of the dying gas giant Osiris.
http://blogs.msdn.com/lifeontitan/archive/2004/02/03/66872.aspx
Available Archives
- January (3 items)
- February (3 items)
- March (1 item)
- April (1 item)
- May (1 item)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact