danielp0
Bioengineer
- Jul 4, 2005
- 7
hello
I've got a function in the parent class that I want to run from the child window/class
this creates the window :
dlg.DestroyWindow();
dlg.Create(Cdlg::IDD);
dlg.ShowWindow(SW_SHOW);
then I want to run a function :
GetParent()->CZDlg::Function(parameter)
I understand that this is not the right syntax, but maybe someone could point out what it should be
Thanks in advance
I've got a function in the parent class that I want to run from the child window/class
this creates the window :
dlg.DestroyWindow();
dlg.Create(Cdlg::IDD);
dlg.ShowWindow(SW_SHOW);
then I want to run a function :
GetParent()->CZDlg::Function(parameter)
I understand that this is not the right syntax, but maybe someone could point out what it should be
Thanks in advance