Connecting Tech Pros Worldwide Help | Site Map

Regarding Windows Handle Error

Newbie
 
Join Date: Apr 2009
Location: Chennai, TN, India
Posts: 8
#1: Apr 1 '09
Hi,

Am getting the following error, when i double click on the datagrid element which is suppose to open a new UI
Expand|Select|Wrap|Line Numbers
  1. Message: Error creating window handle.
  2.    at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
  3.    at System.Windows.Forms.Control.CreateHandle()
  4.    at System.Windows.Forms.Form.CreateHandle()
  5.    at System.Windows.Forms.Control.get_Handle()
  6.    at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
  7.    at System.Windows.Forms.Con
  8.    at System.Windows.Forms.Control.Show()
  9.    at Turbo.THUB.UIProcessing.OrderProcessing.dgvOrder_MouseDoubleClick(Object sender, MouseEventArgs e)
  10.  
Thanks for any help you can give.


Regards,
Jegan.
Expert
 
Join Date: Sep 2007
Location: VA
Posts: 409
#2: Apr 1 '09

re: Regarding Windows Handle Error


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.
Newbie
 
Join Date: Apr 2009
Location: Chennai, TN, India
Posts: 8
#3: Apr 2 '09

re: Regarding Windows Handle Error


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
Reply