P
Paolo Pagano
Showing a form as:
Form f = new Form();
f.Text = "Very very very very very very very long title text...";
f.Width = ???;
f.howDialog();
is there a safe way to set the form Width so that it's text is fully
visible?
This way should take in account title bar font, system icon,
maximize/minimize boxes
wich can or cannot be visible.
thanks
Form f = new Form();
f.Text = "Very very very very very very very long title text...";
f.Width = ???;
f.howDialog();
is there a safe way to set the form Width so that it's text is fully
visible?
This way should take in account title bar font, system icon,
maximize/minimize boxes
wich can or cannot be visible.
thanks