Regarding Windows Handle Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jeganath
    New Member
    • Apr 2009
    • 8

    Regarding Windows Handle Error

    Hi,

    Am getting the following error, when i double click on the datagrid element which is suppose to open a new UI
    Code:
    Message: Error creating window handle.
       at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
       at System.Windows.Forms.Control.CreateHandle()
       at System.Windows.Forms.Form.CreateHandle()
       at System.Windows.Forms.Control.get_Handle()
       at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
       at System.Windows.Forms.Con
       at System.Windows.Forms.Control.Show()
       at Turbo.THUB.UIProcessing.OrderProcessing.dgvOrder_MouseDoubleClick(Object sender, MouseEventArgs e)
    Thanks for any help you can give.


    Regards,
    Jegan.
    Last edited by Nepomuk; Apr 19 '09, 10:03 AM. Reason: Added [code] tags because they make reading easier, although they are not strictly necessary in this case
  • Studlyami
    Recognized Expert Contributor
    • Sep 2007
    • 464

    #2
    First you posted this in the wrong forum and second you just gave us a list of errors. Post up the relevant source code so we can help and try to identify the error in your code.

    Comment

    • Jeganath
      New Member
      • Apr 2009
      • 8

      #3
      First of all, thanks for your guidance. At last after analyzing for hours, i found out that the error was with the client machine and not with the code. So no problem with it. Thank you

      Comment

      Working...