bug
-
Hi, i have got a error when i double click on ListView of .Net control, in windows form.can any one tell me its solution. at System.Windows.Forms.ListViewItem.set_Checked(Boolean value) at System.Windows.Forms.ListView.WmNmDblClick(Message& m) at System.Windows.Forms.ListView.WmReflectNotify(Message& m) at System.Windows.Forms.ListView.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
amit
-
Hi, i have got a error when i double click on ListView of .Net control, in windows form.can any one tell me its solution. at System.Windows.Forms.ListViewItem.set_Checked(Boolean value) at System.Windows.Forms.ListView.WmNmDblClick(Message& m) at System.Windows.Forms.ListView.WmReflectNotify(Message& m) at System.Windows.Forms.ListView.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
amit
Start with Item #3 http://www.codeproject.com/script/Forums/View.aspx?fid=1649&msg=1278604[^]
only two letters away from being an asset
-
Hi, i have got a error when i double click on ListView of .Net control, in windows form.can any one tell me its solution. at System.Windows.Forms.ListViewItem.set_Checked(Boolean value) at System.Windows.Forms.ListView.WmNmDblClick(Message& m) at System.Windows.Forms.ListView.WmReflectNotify(Message& m) at System.Windows.Forms.ListView.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
amit
Nice. You send us the call stack (or possibly part of one), but not the error message itself. Therefore we don't know what the error is other than it happened at some point when checking or unchecking a list box item.
Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Different ways to add point data in SQL Server 2008 * Spatial References in SQL Server 2008 My website |