ZooFlow: IDB Admin
This commit is contained in:
@@ -72,7 +72,7 @@ Public Class ClassWindowLocation
|
||||
MsgBox("Error while loading Window Position!" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
End Try
|
||||
End Sub
|
||||
Private Function IsVisibleOnAnyScreen(rect As Rectangle)
|
||||
Private Function IsVisibleOnAnyScreen(rect As Rectangle) As Boolean
|
||||
Try
|
||||
Dim result As Boolean = False
|
||||
For Each Screen As Screen In Screen.AllScreens
|
||||
|
||||
Reference in New Issue
Block a user