MFC設置對話框核心的辦法簡述。本站提示廣大學習愛好者:(MFC設置對話框核心的辦法簡述)文章只能為提供參考,不一定能成為您想要的結果。以下是MFC設置對話框核心的辦法簡述正文
本文簡略講述了MFC設置對話框核心的辦法,分享給年夜家供年夜家參考。詳細完成辦法以下:
詳細的辦法有兩種:
1. 設置對話框控件的tab order。 按Ctrl+D便可看見。將須要被設置到核心的空間的tab order設為1.
2. 對話框的OnInitDialog前往FALSE。說明以下:(摘抄至msdn)
If OnInitDialog returns nonzero, Windows sets the input focus to the first control in the dialog box.
The application can return 0 only if it has explicitly set the input focus to one of the controls in the dialog box.
願望本文所述對年夜家的MFC法式設計有所贊助。