Page 1 of 1

Simple dialog?

Posted: Fri Aug 07, 2009 1:12 pm
by ConvertFromOldNGs
by Cass >> Thu, 20 Sep 2007 9:42:41 GMT

Hi,

Very simple query i am sure, but is there any easy way to create a simple warning or information dialog box for the user? I have found the CMDialog class and its extended classes but they all perform a specific task.

I simply want a dialog box to appear which contains text and an "Ok" button, just as an informative thing. Is there any way to do this rather than make yet more independent forms?

Re: Simple dialog?

Posted: Fri Aug 07, 2009 1:12 pm
by ConvertFromOldNGs
by John Munro >> Thu, 20 Sep 2007 20:41:29 GMT

Check out app.msgBox

John