New SharpDevelop Version / WinForms questions
A new version of SharpDevelop (the C# IDE in C#) is avaible to download
at
http://www.inf.fu-berlin.de/~mkrueger/SharpDevelop
Its quite faster and more stable than 0.1 and has tons of new features,
and it
is GPL :)
ok enough advertising ...
1.
Does anyone know how to make Dockable tool bars ?
(I can make Child Forms with Control.Add(NonTopLevelForm), and put a
toolbar
in there, but how can I make them to dock under the mainmenu ? (like all
other
cool toolbars)
2.
I have a MDI Window (in C there is free space where the windows are
drawn)
I did put a panel with a slider to B, and docked it to the left,
I docked a TabStrip to the top and it showed in A, but I want to have it
to show on D. How do I do this (without messing up the MDI child
windows,
I tried to anchoring it to the top/right and resizing it manually, when
I move the
slider, the windows didn't draw correctly (flicker etc.) ) ?
Frame :
--------
| A |
--------
| | D |
| | -----|
| B | C |
| | |
| | |
--------
cu
Mike Krueger
omin_brain@hotmail.com

