fix gdpicture error
This commit is contained in:
@@ -296,7 +296,7 @@ Public Class frmStart
|
|||||||
Try
|
Try
|
||||||
Me.Hide()
|
Me.Hide()
|
||||||
Me.TopMost = False
|
Me.TopMost = False
|
||||||
frmIndex.ShowDialog()
|
frmIndex.Show()
|
||||||
'Dim thread As New Thread(AddressOf MyBackgroundThread)
|
'Dim thread As New Thread(AddressOf MyBackgroundThread)
|
||||||
'thread.Start()
|
'thread.Start()
|
||||||
'Do While thread.IsAlive
|
'Do While thread.IsAlive
|
||||||
|
|||||||
Reference in New Issue
Block a user