Small fixes
This commit is contained in:
@@ -22,8 +22,14 @@ Public Class frmStart
|
||||
|
||||
Dim ClipboardContents As String = Clipboard.GetText()
|
||||
Dim WindowTitle As String = clsHotkey.GetCaption()
|
||||
Dim oProfileFilter As ClassProfileFilter
|
||||
|
||||
Dim oProfileFilter As New ClassProfileFilter(DT_USER_PROFILES, DTPROFILE_REL_WINDOW)
|
||||
Try
|
||||
oProfileFilter = New ClassProfileFilter(DT_USER_PROFILES, DTPROFILE_REL_WINDOW)
|
||||
Catch ex As Exception
|
||||
MsgBox("Fehler beim Laden der Profile. Möglicherweise liegt ein Konfigurationsfehler vor.")
|
||||
Exit Sub
|
||||
End Try
|
||||
|
||||
Dim oProfiles = oProfileFilter.Profiles.AsEnumerable()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user