Is their a property (or coding) to cause a 'rich text box' to overlay all other objects in a GUI? My application will populate the GUI with images, text, etc., but a call up of a RichTextBox needs to overlay everything else.
Charles
Is their a property (or coding) to cause a 'rich text box' to overlay all other objects in a GUI? My application will populate the GUI with images, text, etc., but a call up of a RichTextBox needs to overlay everything else.
Charles
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Krishna Rajput SinghPosted Jul 22, 2016, 10:21 PM
CHARLES FORSBERGPosted Jul 22, 2016, 10:16 PM
I may have solved my problem. C# IDE has a tab on top that allows a control to be sent up front, or to back. This would help a simple application. ...
Using code requires something like "label1.BringToFront();