Q: Customized Dialogbox.

  • Thread starter Thread starter Visual Systems AB \(Martin Arvidsson\)
  • Start date Start date
V

Visual Systems AB \(Martin Arvidsson\)

Hi!

Is there a way to customize a dialogbox. I want buttons with the text:
Yes, No, Yes to all, No to all..

Also a dialogbox with a CheckBox.

Regards
Martin
 
Martin,

Is there a specific system dialog that you are looking to change, or do
you just want to make one yourself? If you want to make one yourself, then
just create a form with the appropriate controls.

Hope this helps.
 
Visual Systems AB (Martin Arvidsson) said:
Hi!

Is there a way to customize a dialogbox. I want buttons with the text:
Yes, No, Yes to all, No to all..

Also a dialogbox with a CheckBox.

IF you want to change the behavior of the MessageBox class you can't. You
can however create your own dialog that replicates it's functionality and
provides the extentions you need.
 
Back
Top