Here is an example using the textbox:
[IMG]http://i1213.photobucke*****m/albums/cc463/mpghtakari/1-3.jpg[/IMG]
Code:
textbox1.text = "TextboxCommand.Lesson2"
Using a ColorDialog is useful when you want the user to change the color automatically.You need a button and a colordialog control.Here is an example of using the ColorDialog Command:
[IMG]http://i1213.photobucke*****m/albums/cc463/mpghtakari/2-3.jpg[/IMG]
Code:
Dim color1 As New ColorDialog
Dim color2 As New Color
ColorDialog1.ShowDialog()
ColorDialog1.GetHashCode()
color2 = ColorDialog1.Color
Me.BackColor = color2
If you want me to get your in more deep detail of the code tell me.
Posts 1–7 of 7 · Page 1 of 1
Post a Reply
Tags for this Thread
None
This is just basic
In my opinion nobody needs it.
Why did you call GetHashCode() and never assign the value to anything.
Originally Posted by Chooka
Why did you call GetHashCode() and never assign the value to anything.
For the HashTable?
Originally Posted by Takari1
For the HashTable?
LOL, point me to where you used a HashTable
And GetHashCode is a function, so just calling it on its own doesn't mean sweet fuck all.
Did you explain anything?
I am a noob And I didn't understand Anything you didn't EXPLAIN
Originally Posted by tokivena
I am a noob And I didn't understand Anything you didn't EXPLAIN
Learn the basic language before even attempting this.