diff --git a/Global_Indexer/frmStart.vb b/Global_Indexer/frmStart.vb index ad8c54f..34d9c15 100644 --- a/Global_Indexer/frmStart.vb +++ b/Global_Indexer/frmStart.vb @@ -359,7 +359,9 @@ Public Class frmStart ClassDatabase.Execute_non_Query("DELETE FROM TBGI_FILES_USER WHERE UPPER(USER@WORK) = UPPER('" & Environment.UserName & "')", True) Unregister_Hotkeys() Load_Hotkeys() + Me.Opacity = 30 + Me.TopMost = True Catch ex As Exception MsgBox("Unexpected Error in Load-Form" & vbNewLine & ex.Message, MsgBoxStyle.Critical)