Dialogs in VC++
I have a project in VC++ and I chose to make it a dialog project, I must explain at this stage I'm totally new to VC++. The project I'm creating compiles and loads OK but I have another dialog that needs to be shown (In a sort of wizard style) But if I try to hide the first dialog and show the second I get an error. How do you hide one dialog and show the next, I tried creating a pointer to the dialog and ShowWindow(FALSE), but this doesn't seem to work, what am I doing wrong!!!!
Please help
|