|
-
Oct 28th, 2003, 10:28 AM
#1
Thread Starter
Addicted Member
Textbox lock property (Resolved)
How do I achieve this
For Each CntTxt In pnlMain.Controls
If TypeOf CntTxt Is TextBox Then
CntTxt.ReadOnly = True
CntTxt.Cursor = Cursors.Arrow
CntTxt.ForeColor = ForeColor.Blue
End If
Next
Bolded line doesn't work.
Last edited by vsusi; Oct 28th, 2003 at 12:06 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|