Hi,
Need to display final output on screen or certain messages during program operation. Currently write onto form1.canvas (the only form) but would rather a new box appeared with the message, and need 'OK' or 'Cancel' boxes to report back the decision and continue appropriately.
Should I do this by creating a new form for each event or is there a better way?
Thanks again.
Need to display final output on screen or certain messages during program operation. Currently write onto form1.canvas (the only form) but would rather a new box appeared with the message, and need 'OK' or 'Cancel' boxes to report back the decision and continue appropriately.
Should I do this by creating a new form for each event or is there a better way?
Thanks again.