المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : I'm needing to have a textbox to be on top of all other controls on the form.



C# Programming
06-29-2009, 10:10 PM
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 messagebox in a loop.

I'm using VS2005, C#.

Thanks