
June 30th, 2007, 05:41 PM
|
|
Contributing User
|
|
Join Date: Apr 2006
Posts: 118
Time spent in forums: 1 Day 7 h 27 m 48 sec
Reputation Power: 3
|
|
|
TextBox
Hi,
In MS Access, I create the Textbox, Enabled=No, Locked=Yes, we can keep the while color background of the TextBox, and ForeColor, the user cannot move the cursor to the TextBox.
In VB2005 Express, I want to create the same things of the TextBox, but when I setup Enabled = False, Locked=True (or ReadOnly=True), Forecolor is gone, how can I keep ForeColor? If we setup Locked=True, Enabled=False, the user can move the cursor to the TextBox. I don't want to let the user move the cursor to the TextBox.
How can I fix it?
Last edited by accessman2 : June 30th, 2007 at 07:18 PM.
|