jj 03.04 kampf mit net framework
This commit is contained in:
@@ -215,7 +215,7 @@
|
||||
'End Sub
|
||||
|
||||
Private Sub btncolordialog_Click(sender As Object, e As EventArgs) Handles btncolordialog.Click
|
||||
If ColorDialog1.ShowDialog <> Windows.Forms.DialogResult.Cancel Then
|
||||
If ColorDialog1.ShowDialog <> System.Windows.Forms.DialogResult.Cancel Then
|
||||
Dim colour As Integer = ColorTranslator.ToWin32(ColorDialog1.Color)
|
||||
COLORTextBox.Text = colour
|
||||
COLORTextBox.BackColor = ColorDialog1.Color
|
||||
|
||||
Reference in New Issue
Block a user