static控件如何显示字符串?请问!用什么函数呢?
我希望按按钮后,在static上面会显示个字符串,这里不知道怎么写,那个显示的函数是什么?
void CVchelptestDlg::OnButton1()
{
// TODO: Add your control notification handler code here
char m_output[10] = "123456789";
}
void CVchelptestDlg::Ondisplay()
{
// TODO: Add your control notification handler code here
}
怎么能显示123456789呢?