Dialog Box Questions
Dialog Box Questions
(OP)
Is it possible to prevent a dialog box from closing upon pushing a button. I know I can have a dialog function use a case 2 (button value changed) to determine the action to take. Is it possible to tell it not to close the dialog though?
I know I can loop the dialog until they cancel, but is it possible to have the new dialog box open in the same location as it was closed.
I know I can loop the dialog until they cancel, but is it possible to have the new dialog box open in the same location as it was closed.
RE: Dialog Box Questions
I would think you could store the top and left of the box in variables upon close and then use them in the dialog box to re-open it in the same location.
calculus
RE: Dialog Box Questions
RE: Dialog Box Questions
Good luck,
calculus