i want to write a Visual Basic program that allows users to select a colour from the combo box and change the form background colour to the selected colour. The colour options are: Black, Blue, Green, Light Cyan, Light Red, Magenta, Light Yellow, Bright White, and Gray. help pls and thank you in advance
form background to the selected colour
Started by mosgba, Dec 01 2008 08:53 AM
10 replies to this topic
#1
Posted 01 December 2008 - 08:53 AM
|
|
|
#2
Posted 01 December 2008 - 09:11 AM
What do you have so far?
#3
Posted 01 December 2008 - 09:25 AM
i have so far
Private Sub cmb_BgColour()
Background colour.BgColoure = cmbBgColour.Coloure = "blue"
End Sub
Private Sub cmbBgColoure_Change()
BackColor.BackColor = QBColor(lightred)
End Sub
Private Sub cmb_BgColour()
Background colour.BgColoure = cmbBgColour.Coloure = "blue"
End Sub
Private Sub cmbBgColoure_Change()
BackColor.BackColor = QBColor(lightred)
End Sub
#5
Posted 01 December 2008 - 09:55 PM
How to know the System & Hardware information using VB thnks
#7
Posted 02 December 2008 - 05:40 AM
I believe he wants a program that will probe the computer's hardware and display it. Things like what video card you have, how much RAM, etc.
#8
Posted 02 December 2008 - 08:16 PM
"I believe he wants a program that will probe the computer's hardware and display it. Things like what video card you have, how much RAM, etc."
You got my point thanks..
You got my point thanks..
#10
Guest_duabevnh_*
Posted 11 December 2008 - 03:22 PM
Guest_duabevnh_*
New thread did'nt create!


Sign In
Create Account


Back to top









