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. ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10257883.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21347518.html
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=...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21458784.html
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++ ?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10307086.html
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
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10621041.html
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...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_20073047.html
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?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20156135.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20549429.html
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
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20660707....
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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20811324.html
Zones:
C#Date Answered: 08/08/2004 Grade: B Views: 19