I am working with Windows Forms, is it possible to create a window which has text in the status bar, but has no text in the title bar at the top of the application? (Largely because the standard title text which prints on my Aero glass I have implemented looks terrible as it's too high and I am drawing my own text title and obviously don't want the double up).
This solution (http://stackoverflow.com/questions/198233/how-to-make-a-window-have-taskbar-text-but-no-title-bar) is not satisfactory as I still wish to keep a FixedDialog
window frame.
Thanks for your help all.
** I am aware of John's recommendation, but still seeking clearer direction, anybody feel free to put forward your ideas **