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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10316538.html
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?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20092620.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20309597.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20788750.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21070399.html
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?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21221924.htm...
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21420730.htm...
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...
http://www.experts-exchange.com/Programming/Misc/Q_21513124.html
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. ????
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21854467.html
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 .
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21890575.html
Zones:
Visual BasicDate Answered: 06/21/2006 Grade: A Views: 0