Advertisement

1 - 10 of 174 containing alltags:("backcolor") (0 seconds)
What is the best way to do this. On form1 I have an array of 32 textbox txtValue(0))....txtValue(31) On form2 I have an array of 32 checkboxes chkValue(0)....chkValue(31) When form2 open...
Zones: Visual BasicDate Answered: 03/24/2000 Grade: A Views: 0
Hi experts, Can you tell me, a beginner, how to set backcolor for the View Form in my project?
Zones: Windows MFCDate Answered: 03/23/2001 Grade: A Views: 4
Hi, I am having 100 odd forms in my application and there are average 25 controls like textbox, labels, Picture control etc. on each form. I want to implement color themes in my application...
Zones: Visual BasicDate Answered: 06/14/2002 Grade: A Views: 0
Hi all,                I am trying to check the back color of a text box. I am using the code below                                     t = CType(c, CBMTextbox)                 *  If t.BackC...
Zones: .NETDate Answered: 11/05/2003 Grade: A Views: 0
Please see this question for reference http://www.experts-exchange.com/Programming/Programming_Languages/Visual_Basic/Q_21069959.html The problem with the solution provided in above quest...
Zones: Visual BasicDate Answered: 07/26/2004 Grade: A Views: 0
How do you change the backcolor of a label or a textbox using a radio button?
Zones: MS Visual BasicDate Answered: 11/27/2004 Grade: A Views: 0
I am in the process of coverting code over to vb.net from vb6. I am having trouble seting the backcolor using RGB(). this is the code in vb6 cboCAR.BackColor = RGB(255, 150, 150) I am trying ...
Zones: MS Visual BasicDate Answered: 05/11/2005 Grade: A Views: 26
How do I assign a button backcolor property from a for loop? I have 40 buttons and i want to loop through 40 times to set the backcolor of the button selected. This would be the button3 click e...
Zones: ProgrammingDate Answered: 08/02/2005 Grade: A Views: 0
I want to match a Web color to a UI color for example:  #A4A4A4.   How do I do map that color to? this.grid.BackColor = Color. ????
Zones: C#Date Answered: 05/17/2006 Grade: A Views: 0
I have created a Static Window using the "CreateWindowEX" API and it works just fine. Now, how do I set it's back color to Red  ? I have tried SetBckColor and other Functions but no luck . ...
Zones: Visual BasicDate Answered: 06/21/2006 Grade: A Views: 0