INIT OK 20.1.4
This commit is contained in:
@@ -64,7 +64,7 @@ Public Class APCSheetReviewHeader_VC
|
||||
_OpenFileDialog.Filter = "JPG file (.jpg)|*.jpg|BMP file (.bmp)|*.bmp|GIF file (.gif)|*.gif|All Files (*.*)|*.*"
|
||||
_OpenFileDialog.Multiselect = True
|
||||
|
||||
If _OpenFileDialog.ShowDialog() = Windows.Forms.DialogResult.OK Then
|
||||
If _OpenFileDialog.ShowDialog() = System.Windows.Forms.DialogResult.OK Then
|
||||
RaiseEvent InitWork(1, 1, _OpenFileDialog.FileNames.Length)
|
||||
For Each _FileName As String In _OpenFileDialog.FileNames
|
||||
RaiseEvent DoWork()
|
||||
|
||||
Reference in New Issue
Block a user