G
Guest
hi,
i have set the minimize button property of the ppc form to True. So while
minimizing the form, i wish to set the text property of the form,
form1.text()="", so that the form will not be displayed in the running
program list. So what code I have to write in the Deactivate event() to
determine whether the form is minimizing/minimized or not?
Or in which event, i have to set form1.text="" ? Since some message boxes
will be displayed in the form, the deactivate event will be called frequently.
Thanks in advance,
regards,
hari
i have set the minimize button property of the ppc form to True. So while
minimizing the form, i wish to set the text property of the form,
form1.text()="", so that the form will not be displayed in the running
program list. So what code I have to write in the Deactivate event() to
determine whether the form is minimizing/minimized or not?
Or in which event, i have to set form1.text="" ? Since some message boxes
will be displayed in the form, the deactivate event will be called frequently.
Thanks in advance,
regards,
hari