MS
This commit is contained in:
@@ -186,6 +186,12 @@
|
||||
|
||||
frm.Show()
|
||||
End Sub
|
||||
Public Sub OpenSearchAllOVer()
|
||||
Dim frm As New frmSearchAllOVer
|
||||
frm = frmSearchAllOVer
|
||||
frm.MdiParent = MAIN_FORM
|
||||
frm.Show()
|
||||
End Sub
|
||||
Public Sub Close_Maximized_Forms()
|
||||
For i = System.Windows.Forms.Application.OpenForms.Count - 1 To 1 Step -1
|
||||
Dim form As Form = System.Windows.Forms.Application.OpenForms(i)
|
||||
|
||||
Reference in New Issue
Block a user