Introduction - If you have any usage issues, please Google them yourself
Write dialog user interface program, and how to dialog controls associated data members and their implementation mechanism, how to use the dialog class member function to send a message to the controls and get the dialog box controls the class pointer, how to directly manipulate dialog controls category Dialog Control (send messages and direct calls to member functions). How to generate and destroy controls at runtime. Comparative analysis of the pros and cons of several modes of operation dialog controls. How to shrink and expand part of the dialog box. How to make a text box in the dialog box to get the focus immediately after the program starts, how to use SetWindowLong to change the callback window presentations by changing the default processing mode Enter the text box. Another ingenious ways to pass one by one down the focus of multiple input text box by a carriage return between (to deal with the default button).