| 2 | |
| 3 | Error message: |
| 4 | System.ObjectDisposedException: Cannot access a disposed object. |
| 5 | Object name: 'HScrollBar'. |
| 6 | at System.Windows.Forms.Control.CreateHandle() |
| 7 | at System.Windows.Forms.Control.get_Handle() |
| 8 | at System.Windows.Forms.Control.set_CaptureInternal(Boolean value) |
| 9 | at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks) |
| 10 | at System.Windows.Forms.Control.WndProc(Message& m) |
| 11 | at System.Windows.Forms.ScrollBar.WndProc(Message& m) |
| 12 | at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) |
| 13 | at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) |
| 14 | at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) |