M
Michael Kairys
I have a simple C# Windows Forms application with two toolbars, using the
standard .NET toolbar and imagelist classes. I want to dock one toolbar at
the top and the other at the left edge of the form.
In the designer they look fine but when I run the app the vertically-docked
bar loses all its icon images.
I've tried various settings like flat vs. normal, and I tried adding
Application.EnableVisualStyles() and Application.DoEvents() before
Application.Run(), but no difference.
Is this just a bug (hard to believe one simply can't have vertical toolbars
in .NET) or is there some setting or method I've overlooked?
Thanks,
Michael Kairys
SL Corporation
standard .NET toolbar and imagelist classes. I want to dock one toolbar at
the top and the other at the left edge of the form.
In the designer they look fine but when I run the app the vertically-docked
bar loses all its icon images.
I've tried various settings like flat vs. normal, and I tried adding
Application.EnableVisualStyles() and Application.DoEvents() before
Application.Run(), but no difference.
Is this just a bug (hard to believe one simply can't have vertical toolbars
in .NET) or is there some setting or method I've overlooked?
Thanks,
Michael Kairys
SL Corporation