MFC Dialog common operations Article Collection

1, change control text

Reference Links: https://blog.csdn.net/active2489595970/article/details/88856235

Text all controls can be dynamically changed in this way.

2, access control handle

More ID to get a handle :: https://blog.csdn.net/yal179/article/details/28234345

Get all kinds of window handle: https://blog.csdn.net/yimiyangguang185/article/details/52609767

Six ways to get a handle: https://blog.csdn.net/u011499992/article/details/45441989

3, the appearance of MFC edit control

Reference Links: https://blog.csdn.net/xuanyuanlei1020/article/details/52571562

MFC interface landscaping: https://blog.csdn.net/shiqw5696/article/details/78891855 , https://blog.csdn.net/u011711997/article/details/52526439

PNG textures: https://blog.csdn.net/u011711997/article/details/52551106

4, set the dialog position

https://blog.csdn.net/linrulei11/article/details/7860337

5, set the window title and icon name

https://blog.csdn.net/pengmutian/article/details/44459285

Guess you like

Origin www.cnblogs.com/jixiaohua/p/12110146.html