We want to have the text black after we disable a textbox (by default the text turns to light gray and the backcolor turns darker gray). You can't use the forecolor property and we don't want to b...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_10129601....
Zones:
VB ControlsDate Answered: 02/23/1999 Rating: 6.0 Views: 0
i don't want to allow user to enter the text in a textbox.how to do this?.but in that text box value will be generated automaticaly.
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_12002978.htm...
Zones:
ASPDate Answered: 04/10/2001 Rating: 7.2 Views: 0
I am experienced Access programmer, and I am doing my first project in VB. In Access when I want to disable a textbox, but preserve its regular appearance, I set 2 properties: Enabled=False and Loc...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_12010339.html
Zones:
Visual BasicDate Answered: 11/29/2000 Rating: 5.8 Views: 0
Hi,
Is there a way of disabling a textbox, but still allow the user to use the scrollbars.
I know that there is a Locked property that you can set to TRUE so the user cant edit the contents
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20748108.html
Zones:
Visual BasicDate Answered: 11/20/2003 Rating: 8.8 Views: 0
I have a form consisting of various textboxes. I want to disable some of the textboxes from being accessed by user, but i want the text box to appear like a normal text box i.e. with a white backgr...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21354673.html
Zones:
C#Date Answered: 03/20/2005 Rating: 7.4 Views: 0
I'm trying to display memo text in a box whereupon the user cannot select and copy the text out. I drew a textbox and set enabled = false but the text turned grey and hard to read:
...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22523019.html
When I disable a mask edit box its background color is much darker than a textbox background color when it is disabled. Is there any way to change the disabled background color of a masked edit box?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10058122.html
Zones:
Visual BasicDate Answered: 06/16/1998 Rating: 7.8 Views: 0
I have a simple ASP.NET page whith a listbox and button. The listbox gets populated with the fields of a table from a SQL database. When you click the button, the selected fields of the first rec...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20834156.htm...
Zones:
ASPDate Answered: 12/24/2003 Rating: 6.6 Views: 0
I have done this before with check boxes, but radio buttons don't have unique names, so I wasn't sue how to do it:
I have a textbox and a select list. I have two radio buttons, one over each. ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21065149.html
Zones:
JavaScriptDate Answered: 07/22/2004 Rating: 9.0 Views: 0
Dear all,
I have bound a datalist to some table in a database. Everything works fine; I can delete, edit, and update a record. I am just wondering whether it is possible to disable a textbox def...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21173979.html