T
TC
I have a form which I'd like to display as a sizable dialog box. The
behavior I get when I use FormBorderStyle = SizableToolWindow is
perfect. However, when I use that option, the title bar of my form
gets much smaller. The discrepancy really stands out, and looks like a
bug.
I anticipate that someone will tell me that the different title bar is
intentional -- that showing a different title bar is Windows' way of
visually distinguishing between normal forms and tool windows. If that
is true, however, then I can find no other example of this alternative
style. I've looked at a dozen dialog boxes -- like the Open File
dialog, the Display Properties dialog, the Folder Properties dialog,
etc. -- and they all look normal. Only my VB.NET form with
FormBorderStyle = SizableToolWindow exhibits an unusual appearance.
My guess is that NET is ignoring my Windows appearance settings when
it generates tool windows, and that's why they look different from
other forms, which follow the settings. If that is true, then this is
a bug.
Has anyone else experienced this problem? More to the point, can
anyone suggest a workaround?
-TC
behavior I get when I use FormBorderStyle = SizableToolWindow is
perfect. However, when I use that option, the title bar of my form
gets much smaller. The discrepancy really stands out, and looks like a
bug.
I anticipate that someone will tell me that the different title bar is
intentional -- that showing a different title bar is Windows' way of
visually distinguishing between normal forms and tool windows. If that
is true, however, then I can find no other example of this alternative
style. I've looked at a dozen dialog boxes -- like the Open File
dialog, the Display Properties dialog, the Folder Properties dialog,
etc. -- and they all look normal. Only my VB.NET form with
FormBorderStyle = SizableToolWindow exhibits an unusual appearance.
My guess is that NET is ignoring my Windows appearance settings when
it generates tool windows, and that's why they look different from
other forms, which follow the settings. If that is true, then this is
a bug.
Has anyone else experienced this problem? More to the point, can
anyone suggest a workaround?
-TC