MS
This commit is contained in:
@@ -51,6 +51,8 @@ Public Class FormHelper
|
||||
|
||||
Private Function ShowMessage(pMessage As String, pTitle As String, pType As frmDialog.DialogType) As DialogResult
|
||||
Dim oForm As New frmDialog(pMessage, pTitle, pType)
|
||||
oForm.BringToFront()
|
||||
oForm.TopMost = True
|
||||
Return oForm.ShowDialog()
|
||||
End Function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user