MFC
文章平均质量分 55
一个幽默且帅气的程序员
这个作者很懒,什么都没留下…
展开
-
win32应用程序之DialogBox
DialogBoxThe DialogBox macro creates a modal dialog box from a dialog box template resource.DialogBox does not return control until the specified callback function terminates the modal dialog box原创 2014-10-07 16:14:23 · 1010 阅读 · 0 评论 -
GetDlgItemInt SetDlgItemInt
GetDlgItemIntThe GetDlgItemInt function translates the text of a specified control in a dialog box into an integer value.UINT GetDlgItemInt( HWND hDlg, // handle to dialog box int原创 2014-10-07 20:42:59 · 1658 阅读 · 1 评论 -
windows message 之WM_COMMAND
WM_COMMANDThe WM_COMMAND message is sent when the user selects a command item from a menu, when a control sends a notification message to its parent window, or when an accelerator keystroke is trans原创 2014-10-07 20:21:48 · 800 阅读 · 0 评论