Hello, I'm trying to replace the standard OK/Cancel buttons of a dialog.
dialog.ShowCustom(dlgDone, "", "", "") hides the standard buttons, but it seems to have a panel at the bottom, which covers part of my panel.
Is there a way to get the dialog shown without it?
dialog.ShowCustom(dlgDone, "", "", "") hides the standard buttons, but it seems to have a panel at the bottom, which covers part of my panel.
Is there a way to get the dialog shown without it?