Enter Keywords:
1 - 10 of 58(0.03 seconds)
Sort By:
 
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...
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.
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...
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 ...
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...
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:             ...
Zones: .NET, Visual Studio, .Net Editor...Date Answered: 04/20/2007 Rating: 5.8 Views: 52
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?
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...
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.  ...
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...
Zones: ASP.Net ProgrammingDate Answered: 10/19/2004 Rating: 8.0 Views: 0