当前位置:网站首页>Vs2019-mfc setting edit control and static text font size
Vs2019-mfc setting edit control and static text font size
2022-06-26 08:11:00 【Live in the heart of sunshine】
One 、 Set up Edit Control and Static Text Font size in

For the above figure , First in OnInitDialog() External declaration instance cfont, m_oFont;
CFont cfont;
CFont m_oFont;
Then put the following contents into BOOL Sale_Reception::OnInitDialog() Inside
// Set up Static Text Static text font enlarges
cfont.CreatePointFont(150, _T(" In black "), NULL);
GetDlgItem(IDC_STATIC)->SetFont(&cfont);
// Set up edit control Edit the font size in the box
m_oFont.CreatePointFont(300, _T("Times New Roman")); //Times New Roman
m_findmo.SetFont(&m_oFont);The following results are obtained :

边栏推荐
- 项目管理学习
- Area of Blue Bridge Cup 2 circle
- Seven important reasons for responsive Web Design
- Automatic backup of MySQL database in the early morning with Linux
- Uniapp uses uviewui
- Oracle 19C download installation steps
- [UVM practice] Chapter 2: a simple UVM verification platform (4) the ultimate masterpiece of UVM: sequence
- MySQL practice: 4 Operation of data
- The difference between setstoragesync and setstorage
- D do not assign references to non domain parameters
猜你喜欢

What if the service in Nacos cannot be deleted?

This article will take you to learn in detail what is FTTH

MySQL practice: 3 Table operation

OSPF design principles, commands take H3C as an example

Power apps application practice | easily develop employee leave attendance management applet with power apps

Automatic backup of MySQL database in the early morning with Linux

Ping An technology's practice of migrating from Oracle to ubisql

StarWar armor combined with scanning target location
![[industry cloud talk live room] tomorrow afternoon! Focus on digital intelligence transformation of the park](/img/20/05f0a2dfb179a89188fbb12605370c.jpg)
[industry cloud talk live room] tomorrow afternoon! Focus on digital intelligence transformation of the park

Double linked list -- tail interpolation construction (C language)
随机推荐
Win10 mysql-8.0.23-winx64 solution for forgetting MySQL password (detailed steps)
Area of Blue Bridge Cup 2 circle
Interview for postgraduate entrance examination of Baoyan University - machine learning
Install the local Google plug-in and watch the free video through the oil monkey script
[UVM practice] Chapter 2: a simple UVM verification platform (3) add various components to the verification platform
[UVM basics] understanding of sequence and sequencer
Opencv mouse event + interface interaction drawing rectangle polygon selection ROI
WiFi-802.11 2.4G频段 5G频段 信道频率分配表
MFC writes a suggested text editor
信息学奥赛一本通 1355:字符串匹配问题(strs)
Oracle database self study notes
Arrangement and insertion structure
技术分享 | MySQL:caching_sha2_password 快速问答
[UVM practice] Chapter 2: a simple UVM verification platform (5) build test cases
Uni app is similar to Taobao in selecting multiple specifications of commodities (inventory judgment)
(vs2019 MFC connects to MySQL) make a simple login interface (detailed)
How to debug plug-ins using vs Code
. eslintrc. JS configuration
我想造SQL数据(存储结构)
CodeBlocks集成Objective-C开发