Watcher of the skiesChannel 9, Astrobiology, Operating Systems, and other unrelated thingsWindows 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 |