首页上一页 1 下一页尾页 1 条记录 1/1页
Visual C++编程宝典(十年典藏版)8.11节滑标控件的数字不显示。
发表在C语言图书答疑
2013-04-02
是否精华
是
否
版块置顶:
是
否
为什么我拖动滑标控件,编辑框不显数字的?
我做了一个小实验,即使在OnInitDialog上写一个确定的数字,也没显示阿,为什么呢?
// Set the icon for this dialog. The framework does this automatically
// when the application's main window is not a dialog
SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon
// TODO: Add extra initialization here
m_Red.SetRange(0, 255, TRUE);
[font color=#FF0000]m_rEdit = 25;[/font]
我做了一个小实验,即使在OnInitDialog上写一个确定的数字,也没显示阿,为什么呢?
// Set the icon for this dialog. The framework does this automatically
// when the application's main window is not a dialog
SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon
// TODO: Add extra initialization here
m_Red.SetRange(0, 255, TRUE);
[font color=#FF0000]m_rEdit = 25;[/font]