Advertisement

1 - 10 of 84 containing alltags:("forecolor") (0.001 seconds)
Hi, I wrote the following code that populates FlexGrid with data from a table. In this table i have a field that contains values from range of 0-2. 0 means that its active,1 closed and 2 in setup. ...
Zones: Visual BasicDate Answered: 01/11/2000 Grade: C Views: 0
Hello Experts, I have a subform that has 2 fields which are bound to 2 calculated fields in a query. One of the fields is showing all values that are < 0 and the other shows all values that are p...
Zones: MS AccessDate Answered: 03/11/2005 Grade: A Views: 0
Hi I have the following code: <asp:datagrid id="CompanyGrid" runat="server" autogeneratecolumns="false" border="1" backcolour="grey" width="100%" bordercolor="Black" cellspacing="0" cellpadding=...
Zones: ASP.Net ProgrammingDate Answered: 06/20/2005 Grade: A Views: 0
In Visual Basic, it's really easy to control the forecolor, backcolor, inside of an edit box or combo box, but how do you do this in VC++ ?
Zones: C++Date Answered: 03/10/2000 Grade: A Views: 4
Hi, i would like to know if it is possible to set the forecolor when a text box is disabled. thx
Zones: Visual BasicDate Answered: 07/07/2000 Grade: B Views: 0
In a form I have the following objects: TxtInv_amt.value = 1000 TxtTax_amt.value = 100  && =TxtInv_amt.value * 10% TxtTax_amt.forecolor = 0,0,255 How can I display forecolor of TxtTax_amt...
Zones: FoxProDate Answered: 06/13/2001 Grade: A Views: 0
I cannot find how to set a Richtextbox forecolor at runtime...selcolor?... Also, any examples of setting different (several) colors in a richtextbox?
Zones: Visual BasicDate Answered: 07/24/2001 Grade: A Views: 4
i want to alternate the forecolor all my controls in each detail record. can this be done?  i tried setting a controls forecolor property in the detail format event but i keep getting an error that...
Zones: MS AccessDate Answered: 03/19/2003 Grade: A Views: 0
Greetings,     I need the entire Listview row to highlight Blue, rather than just the first SubItem. Can someone let me know how to make it happen, please. Thank you. Regards,     Tony
Zones: VB ControlsDate Answered: 06/26/2003 Grade: A Views: 4
I need a way to change the ForeColor of a DateTimePicker Control. The regular dtp.ForeColor = System.Drawing.Color.Red; property does not work, it does not cause an error, but does not change ...
Zones: C#Date Answered: 08/08/2004 Grade: B Views: 19