Download presentation
Presentation is loading. Please wait.
1
MFC Example 游子宜
2
動態改變標題列
3
step1:加入 Edit Control
4
step2:加入變數
5
step3:加入 En_CHANGE 事件
6
step4:加入程式碼 void CDynamicMenuDlg::OnEnChangeEdit1() { CString a ;
MyString.GetWindowText(a) ; SetWindowText(a) ; }
7
step5:執行畫面
8
MFC example
9
Method_01:設定Document的長寬
10
Method_01:設定Document的長寬(續)
11
Method_02:設定父框架的縮放大小
12
Method_02:設定父框架的縮放大小(續)
13
Method_03:隱藏文件標題
14
Method_03:隱藏文件標題(續)
15
Method_04:隱藏最大化最小化按鈕
16
Method_04:隱藏最大化最小化按鈕(續)
17
Method_05:限制改變視窗大小
18
Method_05:限制改變視窗大小(續)
19
Method_06:預設視窗大小
20
Method_06:預設視窗大小(續)
21
Method_06:預設視窗大小(續)
22
Method_07:文件視窗預設最大化
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.