Jan 19, 2006 #1 VladimirKim Programmer Joined Jan 20, 2005 Messages 49 Location US Hi. Let's say, I disabled a textbox, how can I keep the style, so it's not greyed out? Thanks.
Jan 19, 2006 #2 RoyVidar Instructor Joined Jun 16, 2000 Messages 6,606 Location NO Also toggle it's .Locked property (.locked = true) Roy-Vidar Upvote 0 Downvote
Jan 19, 2006 Thread starter #3 VladimirKim Programmer Joined Jan 20, 2005 Messages 49 Location US Thanks, that's exactly what I needed. I thought the locked property is for locking the control's positioin on the form, like in VB.NET. Upvote 0 Downvote
Thanks, that's exactly what I needed. I thought the locked property is for locking the control's positioin on the form, like in VB.NET.