以MFC为例
1 在控件上点击右键,选择“Add Variable…”,变量名输入m_gauge1。
2 改变指针的位置 m_gauge1.SetValue(_T("Pointer"),50); 其中名称Pointer,可在设计器找到,如下图。