N
NewbieStats
Hey...
Ive been making a Program with Microsoft Visual C++ 6.0...
Ive made it so that my Main interface window has buttons, and ive made
other CDialog resources but I dont know how to make it so when i click
on the Button on the main interface itll open another CDialog
window...
How would i do that?
void CClientDlg::OnButton01()
{
/*How do i Link it to Button01.cpp or IDD_Dialog1?*/
}
Ive been making a Program with Microsoft Visual C++ 6.0...
Ive made it so that my Main interface window has buttons, and ive made
other CDialog resources but I dont know how to make it so when i click
on the Button on the main interface itll open another CDialog
window...
How would i do that?
void CClientDlg::OnButton01()
{
/*How do i Link it to Button01.cpp or IDD_Dialog1?*/
}