fix: make the start form topmost again! yay
This commit is contained in:
parent
5b2e562ded
commit
75d54ce33c
@ -359,7 +359,9 @@ Public Class frmStart
|
|||||||
ClassDatabase.Execute_non_Query("DELETE FROM TBGI_FILES_USER WHERE UPPER(USER@WORK) = UPPER('" & Environment.UserName & "')", True)
|
ClassDatabase.Execute_non_Query("DELETE FROM TBGI_FILES_USER WHERE UPPER(USER@WORK) = UPPER('" & Environment.UserName & "')", True)
|
||||||
Unregister_Hotkeys()
|
Unregister_Hotkeys()
|
||||||
Load_Hotkeys()
|
Load_Hotkeys()
|
||||||
|
|
||||||
Me.Opacity = 30
|
Me.Opacity = 30
|
||||||
|
Me.TopMost = True
|
||||||
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
MsgBox("Unexpected Error in Load-Form" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
MsgBox("Unexpected Error in Load-Form" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user