|
-
Oct 28th, 2003, 12:06 PM
#5
Thread Starter
Addicted Member
Made it to work (Somehow)
Dim txtColl As New Collection
txtColl.Add(txtField1)
txtColl.Add(txtField2)
For i = 1 To txtColl.Count
txtColl.Item(i).Readonly = True
txtColl.Item(i).Cursor = Cursors.Arrow
txtColl.Item(i).ForeColor = ForeColor.Blue
Next
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
|