D
Don Dusich via .NET 247
(Type your message here)
I have a small assembly that displays dialogs for logging in and message boxes if an error occurs.
The button text and label text in the dialogs isn't drawing when the form is opened
by either Dialog.ShowDialog() or MessageBox.Show(). In the case of a dialog, some of
the labels appear and some do not. The button text doesn't appear for either
dialogs or message boxes.
The text draws correctly in the Designer.
I was able to 'repair' the dialogs by deleting the controls and re-adding them
to the form in the Designer. I don't have that option in a MessageBox.
Anyone seen this behavior before?
I have a small assembly that displays dialogs for logging in and message boxes if an error occurs.
The button text and label text in the dialogs isn't drawing when the form is opened
by either Dialog.ShowDialog() or MessageBox.Show(). In the case of a dialog, some of
the labels appear and some do not. The button text doesn't appear for either
dialogs or message boxes.
The text draws correctly in the Designer.
I was able to 'repair' the dialogs by deleting the controls and re-adding them
to the form in the Designer. I don't have that option in a MessageBox.
Anyone seen this behavior before?