Not sure what the issue is. I keep receiving the following message every time I restart my computer:
Microsoft .NET Framework
Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.
Cannot anchor balloon at position '{X=1722, Y=1080}.' The point is not contained within the visible bounds of any screen.
Parameter name: point
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentOutOfRangeException: Cannot anchor balloon at position '{X=1722,Y=1080}.' The point is not contained within the visible bounds of any screen.
Parameter name: point
Actual value was {X=1722,Y=1080}.
at Rilling.Common.UI.Forms.BalloonWindow.MoveAnchorTo(Point point, Point pivot)
at Rilling.Common.UI.Forms.BalloonWindow.MoveAnchorTo(Point point)
at Rilling.Common.UI.Forms.BalloonWindow.Show(Point pt)
at Swapdrive.Client.Screens.FormMain.ShowCustomBalloon(CustomBalloonType balloonType)
at Swapdrive.Client.Screens.FormMain.OnTimer(Object sender, EventArgs e)
at System.W
View Complete Post