Free Introduction to Windows Presentation Foundation Tutorial


“>WPF as the New GUIBefore we dive into WPF proper, it is interesting to consider where we’re coming from.User32, à la Charles PetzoldAnyone programming to User32 has, at some point, read one of Petzold’s “Programming Windows” books. They all start with an example something like this:#include <windows.h>LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam);INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInst 
continue >>

Tags:

Add A Comment