there! I am creating a Notepad-Like program (much more advanced) and there is something bothering me...
Notepad++ & Notepad have the Status Bar located just under the RichTextBox/TextBox border. LITERALLY RIGHT UNDER IT.
I put a Status Bar onto my form, and added the controls (Lines, Line, Column, FileSize...) but I still cannot get it to stay under the RichTextBox, so that it will not block the user's view of text.
For EXAMPLE...
I have a RichTextBox, and a user loads a huge file into it. They scroll down to the very bottom, and the last one or two lines are covered by the Status Bar.
I want it to stay below the RichTextBox, so that it doesn't block the user's view. It seems sloppy and will cause my customers to demand refunds.
