Hi, I've done this thing; I wonder if could arise a problem...can I avoid _myw with a simple parent() ??? thanks
Code:
#include "mymainform.h" :lightDialog (parent, name, modal, fl) { _myw = (myMainForm*) parent;
Code:
#include <myLightDialog.h> : MainForm( parent, name, fl ) { lightd = new myLightDialog(this);