Hi,
In my application, on some given actions while debugging in Visual Studio, I
suddenly get a "System.ComponentModel.Win32Exception was unhandled"
Message="Error creating window handle." exception.
The problem is that this exception isn't raised somewhere in a method, so it
just shows up, and it causes the application to shut down.
Is there anyway how to catch this kinds of exceptions? Can I put somewhere a
general exception handler that will catch this kind of exceptions in my
application?
Thanks a lot in advance, any help our hints will be really appreciated!
Pieter
For those who would like some more info: I'm using Visual Studio 2.0 Beta 2,
VB.NET, and it happens while closing a Dockcontent of the WeifenLuo
DockPanel Suite).
This is the whole exception:
System.ComponentModel.Win32Exception was unhandled
Message="Error creating window handle."
Source="System.Windows.Forms"
ErrorCode=-2147467259
NativeErrorCode=0
StackTrace:
at System.Windows.Forms.NativeWindow.CreateHandle(Cre ateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Control.RecreateHandleCore()
at System.Windows.Forms.ComboBox.RecreateHandleCore()
at System.Windows.Forms.ComboBox.OnFontChanged(EventA rgs e)
at System.Windows.Forms.Control.OnParentFontChanged(E ventArgs e)
at System.Windows.Forms.Control.OnFontChanged(EventAr gs e)
at System.Windows.Forms.Control.OnParentFontChanged(E ventArgs e)
at System.Windows.Forms.Control.OnFontChanged(EventAr gs e)
at System.Windows.Forms.ContainerControl.OnFontChange d(EventArgs e)
at System.Windows.Forms.Form.OnFontChanged(EventArgs e)
at System.Windows.Forms.Control.AssignParent(Control value)
at System.Windows.Forms.Form.AssignParent(Control value)
at System.Windows.Forms.Control.ControlCollection.Rem ove(Control
value)
at System.Windows.Forms.Control.set_ParentInternal(Co ntrol value)
at System.Windows.Forms.Form.set_ParentInternal(Contr ol value)
at System.Windows.Forms.Control.set_Parent(Control value)
at WeifenLuo.WinFormsUI.DockContent.SetParent(Control value)
at WeifenLuo.WinFormsUI.DockPane.RemoveContent(DockCo ntent content)
at WeifenLuo.WinFormsUI.DockContent.set_PanelPane(Doc kPane value)
at WeifenLuo.WinFormsUI.DockContent.set_Pane(DockPane value)
at WeifenLuo.WinFormsUI.DockContent.set_DockPanel(Doc kPanel value)
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET
Projecten\Code Source Sodimex -
Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef
hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam,
Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.DockPane.CloseActiveContent()
at WeifenLuo.WinFormsUI.DockPaneStripVS2003.Close_Cli ck(Object
sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons
button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message&
m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd,
Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchM essageW(MSG&
msg)
at
System.Windows.Forms.Application.ComponentManager. System.Windows.Forms.UnsafeNativeMethods.IMsoCompo nentManager.FPushMessageLoop(Int32
dwComponentID, Int32 reason, Int32 pvLoopData)
at
System.Windows.Forms.Application.ThreadContext.Run MessageLoopInner(Int32
reason, ApplicationContext context)
at
System.Windows.Forms.Application.ThreadContext.Run MessageLoop(Int32 reason,
ApplicationContext context)
at System.Windows.Forms.Application.Run(ApplicationCo ntext context)
at
Microsoft.VisualBasic.ApplicationServices.WindowsF ormsApplicationBase.OnRun()
at
Microsoft.VisualBasic.ApplicationServices.WindowsF ormsApplicationBase.DoApplicationModel()
at
Microsoft.VisualBasic.ApplicationServices.WindowsF ormsApplicationBase.Run(String[]
commandLine)
at Ghost.My.MyApplication.Main(String[] Args) in
17d14f5c-a337-4978-8281-53493378c1071.vb:line 76
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[]
args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence
assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.Run UsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context( Object state)
at System.Threading.ExecutionContext.Run(ExecutionCon text
executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart() 6 3019
If you just write a handler for the general Exception class, this exception
will be caught, then you can take proper corrective action.
----------------
-Atul, Sky Software http://www.ssware.com
Shell MegaPack For .Net & ActiveX :
Windows Explorer GUI Controls
&
Quick-Launch Like Appbars, MSN/Office2003 Style Popups,
System Tray Icons and Shortcuts/Internet Shortcuts
----------------
"DraguVaso" <pi**********@hotmail.com> wrote in message
news:%2***************@TK2MSFTNGP15.phx.gbl... Hi,
In my application, on some given actions while debugging in Visual Studio, I suddenly get a "System.ComponentModel.Win32Exception was unhandled" Message="Error creating window handle." exception.
The problem is that this exception isn't raised somewhere in a method, so it just shows up, and it causes the application to shut down.
Is there anyway how to catch this kinds of exceptions? Can I put somewhere a general exception handler that will catch this kind of exceptions in my application?
Thanks a lot in advance, any help our hints will be really appreciated!
Pieter
For those who would like some more info: I'm using Visual Studio 2.0 Beta 2, VB.NET, and it happens while closing a Dockcontent of the WeifenLuo DockPanel Suite).
This is the whole exception:
System.ComponentModel.Win32Exception was unhandled Message="Error creating window handle." Source="System.Windows.Forms" ErrorCode=-2147467259 NativeErrorCode=0 StackTrace: at System.Windows.Forms.NativeWindow.CreateHandle(Cre ateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Control.RecreateHandleCore()
at System.Windows.Forms.ComboBox.RecreateHandleCore()
at System.Windows.Forms.ComboBox.OnFontChanged(EventA rgs e)
at System.Windows.Forms.Control.OnParentFontChanged(E ventArgs e)
at System.Windows.Forms.Control.OnFontChanged(EventAr gs e)
at System.Windows.Forms.Control.OnParentFontChanged(E ventArgs e)
at System.Windows.Forms.Control.OnFontChanged(EventAr gs e)
at System.Windows.Forms.ContainerControl.OnFontChange d(EventArgs e)
at System.Windows.Forms.Form.OnFontChanged(EventArgs e)
at System.Windows.Forms.Control.AssignParent(Control value)
at System.Windows.Forms.Form.AssignParent(Control value)
at System.Windows.Forms.Control.ControlCollection.Rem ove(Control value)
at System.Windows.Forms.Control.set_ParentInternal(Co ntrol value)
at System.Windows.Forms.Form.set_ParentInternal(Contr ol value)
at System.Windows.Forms.Control.set_Parent(Control value)
at WeifenLuo.WinFormsUI.DockContent.SetParent(Control value)
at WeifenLuo.WinFormsUI.DockPane.RemoveContent(DockCo ntent content)
at WeifenLuo.WinFormsUI.DockContent.set_PanelPane(Doc kPane value)
at WeifenLuo.WinFormsUI.DockContent.set_Pane(DockPane value)
at WeifenLuo.WinFormsUI.DockContent.set_DockPanel(Doc kPanel value)
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.DockPane.CloseActiveContent()
at WeifenLuo.WinFormsUI.DockPaneStripVS2003.Close_Cli ck(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchM essageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager. System.Windows.Forms.UnsafeNativeMethods.IMsoCompo nentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.Run MessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.Run MessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(ApplicationCo ntext context)
at Microsoft.VisualBasic.ApplicationServices.WindowsF ormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsF ormsApplicationBase.DoApplicationModel()
at Microsoft.VisualBasic.ApplicationServices.WindowsF ormsApplicationBase.Run(String[] commandLine)
at Ghost.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 76
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.Run UsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context( Object state)
at System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
In Q324653 ( http://support.microsoft.com/?id=324653) you'll find some code to
write an exception handler...
Maybe you could inherit from the Dockcontent control and override the Close
(or something like that) and put a try catch around MyBase.Close.
Kind regards
Thanks. But this works only when using the executable file. When running the
solution from Visual Studio it doesn't work :-/
"kHSw" <khsw.be(at)gmail.com> wrote in message
news:47**********************************@microsof t.com... In Q324653 (http://support.microsoft.com/?id=324653) you'll find some code to write an exception handler...
Maybe you could inherit from the Dockcontent control and override the Close (or something like that) and put a try catch around MyBase.Close.
Kind regards
Then you probably should go for inheritance...
-- http://www.khsw-be.net
"DraguVaso" wrote: Thanks. But this works only when using the executable file. When running the solution from Visual Studio it doesn't work :-/
"kHSw" <khsw.be(at)gmail.com> wrote in message news:47**********************************@microsof t.com... In Q324653 (http://support.microsoft.com/?id=324653) you'll find some code to write an exception handler...
Maybe you could inherit from the Dockcontent control and override the Close (or something like that) and put a try catch around MyBase.Close.
Kind regards
Hi,
Are you overriding wndproc and not calling mybase.wndproc(m).
You will get that error if you are not.
Protected Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)
Const WM_DRAWCLIPBOARD As Integer = &H308
If m.Msg = WM_DRAWCLIPBOARD Then
RaiseEvent DataRecieved()
End If
MyBase.WndProc(m)
End Sub
Ken
------------------------------
"DraguVaso" <pi**********@hotmail.com> wrote in message
news:%2***************@TK2MSFTNGP15.phx.gbl... Hi,
In my application, on some given actions while debugging in Visual Studio, I suddenly get a "System.ComponentModel.Win32Exception was unhandled" Message="Error creating window handle." exception.
The problem is that this exception isn't raised somewhere in a method, so it just shows up, and it causes the application to shut down.
Is there anyway how to catch this kinds of exceptions? Can I put somewhere a general exception handler that will catch this kind of exceptions in my application?
Thanks a lot in advance, any help our hints will be really appreciated!
Pieter
For those who would like some more info: I'm using Visual Studio 2.0 Beta 2, VB.NET, and it happens while closing a Dockcontent of the WeifenLuo DockPanel Suite).
This is the whole exception:
System.ComponentModel.Win32Exception was unhandled Message="Error creating window handle." Source="System.Windows.Forms" ErrorCode=-2147467259 NativeErrorCode=0 StackTrace: at System.Windows.Forms.NativeWindow.CreateHandle(Cre ateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Control.RecreateHandleCore()
at System.Windows.Forms.ComboBox.RecreateHandleCore()
at System.Windows.Forms.ComboBox.OnFontChanged(EventA rgs e)
at System.Windows.Forms.Control.OnParentFontChanged(E ventArgs e)
at System.Windows.Forms.Control.OnFontChanged(EventAr gs e)
at System.Windows.Forms.Control.OnParentFontChanged(E ventArgs e)
at System.Windows.Forms.Control.OnFontChanged(EventAr gs e)
at System.Windows.Forms.ContainerControl.OnFontChange d(EventArgs e)
at System.Windows.Forms.Form.OnFontChanged(EventArgs e)
at System.Windows.Forms.Control.AssignParent(Control value)
at System.Windows.Forms.Form.AssignParent(Control value)
at System.Windows.Forms.Control.ControlCollection.Rem ove(Control value)
at System.Windows.Forms.Control.set_ParentInternal(Co ntrol value)
at System.Windows.Forms.Form.set_ParentInternal(Contr ol value)
at System.Windows.Forms.Control.set_Parent(Control value)
at WeifenLuo.WinFormsUI.DockContent.SetParent(Control value)
at WeifenLuo.WinFormsUI.DockPane.RemoveContent(DockCo ntent content)
at WeifenLuo.WinFormsUI.DockContent.set_PanelPane(Doc kPane value)
at WeifenLuo.WinFormsUI.DockContent.set_Pane(DockPane value)
at WeifenLuo.WinFormsUI.DockContent.set_DockPanel(Doc kPanel value)
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.DockPane.CloseActiveContent()
at WeifenLuo.WinFormsUI.DockPaneStripVS2003.Close_Cli ck(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchM essageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager. System.Windows.Forms.UnsafeNativeMethods.IMsoCompo nentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.Run MessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.Run MessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(ApplicationCo ntext context)
at Microsoft.VisualBasic.ApplicationServices.WindowsF ormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsF ormsApplicationBase.DoApplicationModel()
at Microsoft.VisualBasic.ApplicationServices.WindowsF ormsApplicationBase.Run(String[] commandLine)
at Ghost.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 76
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.Run UsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context( Object state)
at System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
Not a problem.
Investigate the UnhandledExceptionEventHandler. Start here: http://msdn.microsoft.com/library/de...ceptdotnet.asp
....and watch that cross-posting!
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
"DraguVaso" <pi**********@hotmail.com> wrote in message
news:%2***************@TK2MSFTNGP15.phx.gbl... Hi,
In my application, on some given actions while debugging in Visual Studio, I suddenly get a "System.ComponentModel.Win32Exception was unhandled" Message="Error creating window handle." exception.
The problem is that this exception isn't raised somewhere in a method, so it just shows up, and it causes the application to shut down.
Is there anyway how to catch this kinds of exceptions? Can I put somewhere a general exception handler that will catch this kind of exceptions in my application?
Thanks a lot in advance, any help our hints will be really appreciated!
Pieter
For those who would like some more info: I'm using Visual Studio 2.0 Beta 2, VB.NET, and it happens while closing a Dockcontent of the WeifenLuo DockPanel Suite).
This is the whole exception:
System.ComponentModel.Win32Exception was unhandled Message="Error creating window handle." Source="System.Windows.Forms" ErrorCode=-2147467259 NativeErrorCode=0 StackTrace: at System.Windows.Forms.NativeWindow.CreateHandle(Cre ateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Control.RecreateHandleCore()
at System.Windows.Forms.ComboBox.RecreateHandleCore()
at System.Windows.Forms.ComboBox.OnFontChanged(EventA rgs e)
at System.Windows.Forms.Control.OnParentFontChanged(E ventArgs e)
at System.Windows.Forms.Control.OnFontChanged(EventAr gs e)
at System.Windows.Forms.Control.OnParentFontChanged(E ventArgs e)
at System.Windows.Forms.Control.OnFontChanged(EventAr gs e)
at System.Windows.Forms.ContainerControl.OnFontChange d(EventArgs e)
at System.Windows.Forms.Form.OnFontChanged(EventArgs e)
at System.Windows.Forms.Control.AssignParent(Control value)
at System.Windows.Forms.Form.AssignParent(Control value)
at System.Windows.Forms.Control.ControlCollection.Rem ove(Control value)
at System.Windows.Forms.Control.set_ParentInternal(Co ntrol value)
at System.Windows.Forms.Form.set_ParentInternal(Contr ol value)
at System.Windows.Forms.Control.set_Parent(Control value)
at WeifenLuo.WinFormsUI.DockContent.SetParent(Control value)
at WeifenLuo.WinFormsUI.DockPane.RemoveContent(DockCo ntent content)
at WeifenLuo.WinFormsUI.DockContent.set_PanelPane(Doc kPane value)
at WeifenLuo.WinFormsUI.DockContent.set_Pane(DockPane value)
at WeifenLuo.WinFormsUI.DockContent.set_DockPanel(Doc kPanel value)
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.HiddenMdiChild.WndProc(Messag e& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockContent.Dispose(Boolean disposing)
at Ghost.frmBaseForm.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmBaseForm.Designer.vb:line 11
at Ghost.frmEntreprises.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmEntreprises.Designer.vb:line 11
at Ghost.frmFournisseurs.Dispose(Boolean disposing) in D:\NET Projecten\Code Source Sodimex - Ghost\Sodimex\GUI\frmFournisseurs.Designer.vb:line 11
at System.ComponentModel.Component.Dispose()
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
at System.Windows.Forms.Form.Close()
at WeifenLuo.WinFormsUI.DockPane.CloseContent(DockCon tent content)
at WeifenLuo.WinFormsUI.DockPane.CloseActiveContent()
at WeifenLuo.WinFormsUI.DockPaneStripVS2003.Close_Cli ck(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchM essageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager. System.Windows.Forms.UnsafeNativeMethods.IMsoCompo nentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.Run MessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.Run MessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(ApplicationCo ntext context)
at Microsoft.VisualBasic.ApplicationServices.WindowsF ormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsF ormsApplicationBase.DoApplicationModel()
at Microsoft.VisualBasic.ApplicationServices.WindowsF ormsApplicationBase.Run(String[] commandLine)
at Ghost.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 76
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.Run UsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context( Object state)
at System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart() This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Anand Pillai |
last post by:
Hi
I am quite familiar with normal python errors which can
be caught by using the try... except... finally clause. But
very often I find other kinds of exceptions raised in my programs.
Here...
|
by: viditm |
last post by:
Hi
I keep getting the error "Error Creating Windows Handle" in my application and different places in the code. This occurs only to certain users. Its very random and cannot be reproduced in the...
|
by: Arne Styve |
last post by:
Hi,
I am developing a small application in C# where I call a C
API. This application is to control some videocards from
DataPath. After installing the graphichs card and the
videoswitch cards...
|
by: Arne |
last post by:
Hi,
I keep getting "Error creating window handle." now and
then while running my C# application. I've tried to figure
out why, but I'm stuck.
What is the usual cause of this error ? The error...
|
by: DraguVaso |
last post by:
Hi,
As a former VB-programmer I'm used to the "on error goto"-errorhandling. I
see that in actually all the VB.NET-samples I can fin people use the "Try -
catch"-errorhandling.
Which of the...
|
by: CarpetMnuncher! |
last post by:
=================================================================
How do I use Try Catch error handling when a timer is involved?
If I preform the preciduer below and I get an error I revive...
|
by: DraguVaso |
last post by:
Hi,
In my application, on some given actions while debugging in Visual Studio, I
suddenly get a "System.ComponentModel.Win32Exception was unhandled"
Message="Error creating window handle."...
|
by: Flack |
last post by:
Hey guys,
Here is whats happening. I have a StringBuilder, a TextBox, and a
TabControl with one TabPage. On my main form, I created and displayed a
fairly big maze. While the app is solving...
|
by: rvarshney |
last post by:
Hi All,
Sometimes my application crashes with the exception
Exception type: System.ComponentModel.Win32Exception
Message: Error creating window handle.
My Question to you guys are:
1. I am...
|
by: Kemmylinns12 |
last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
|
by: Naresh1 |
last post by:
What is WebLogic Admin Training?
WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
|
by: Matthew3360 |
last post by:
Hi,
I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
|
by: Oralloy |
last post by:
Hello Folks,
I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA.
My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
|
by: Carina712 |
last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
|
by: Rahul1995seven |
last post by:
Introduction:
In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
|
by: ezappsrUS |
last post by:
Hi,
I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
| |