jj 03.04 kampf mit net framework
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
Private Sub btnSelectImage_Click(sender As Object, e As EventArgs) Handles btnSelectImage.Click
|
||||
OpenFileDialog1.Filter = "PNG Bilder|*.png"
|
||||
|
||||
If OpenFileDialog1.ShowDialog() = Windows.Forms.DialogResult.OK Then
|
||||
If OpenFileDialog1.ShowDialog() = System.Windows.Forms.DialogResult.OK Then
|
||||
Dim path As String = OpenFileDialog1.FileName
|
||||
pbNew.ImageLocation = path
|
||||
btnSaveImage.Enabled = True
|
||||
|
||||
Reference in New Issue
Block a user