I'm needing to have a textbox to be on top of all other controls on the form. What would be the proper technique.
This particular textbox is for emergency messages, so has to be attention getting.
I can get it to resize, enable, and disappear. But can't get it to be seen over the form controls
I've been having problems with a messagebox in a loop.
I'm using VS2005, C#.
Thanks
I'm needing to have a textbox to be on top of all other controls oI'm needing to have a textbox to be on top of all other controls o
Page 1 of 1
1 Replies - 984 Views - Last Post: 29 June 2009 - 12:19 PM
#1
I'm needing to have a textbox to be on top of all other controls o
Posted 29 June 2009 - 11:43 AM
Replies To: I'm needing to have a textbox to be on top of all other controls o
#2
Re: I'm needing to have a textbox to be on top of all other controls o
Posted 29 June 2009 - 12:19 PM
Have you tried the BringToFront method of the text box?
*edit*
*edit*
textbox1.BringToFront();
This post has been edited by SixOfEleven: 29 June 2009 - 12:59 PM
Page 1 of 1