eliteapp

TWWOYPPP

Apr 3rd, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.81 KB | None | 0 0
  1. //Verze 2.2012.162.0
  2. //MONT070901-4
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //3.4.2012 10:59:39
  5.  
  6. System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created.
  7.    at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
  8.    at System.Windows.Forms.Control.BeginInvoke(Delegate method, Object[] args)
  9.    at System.Windows.Forms.Control.BeginInvoke(Delegate method)
  10.    at Elite.Grid.MyGridControl.MyGridControl_Leave(Object sender, EventArgs e)
  11.    at System.Windows.Forms.Control.OnLeave(EventArgs e)
  12.    at DevExpress.XtraEditors.Container.EditorContainer.OnLeave(EventArgs e)
  13.    at System.Windows.Forms.Control.NotifyLeave()
  14.    at System.Windows.Forms.ContainerControl.UpdateFocusedControl()
Advertisement
Add Comment
Please, Sign In to add comment