Now my question is: Is there a way to debug what is causing the problem?
I'm guessing the problem occurs while running New. Agree?
Most of what is in New is initializing another of my controls. I could
remove properties from that control one at a time and see when/if the
problem goes away but I hope there's a less painful way then that. Any
ideas?
Cal
To debug you can remove the text
<System.Diagnostics.DebuggerStepThrough()> Private Sub
InitializeComponent()
From the region
#Region "Windows Form Designer generated code"
I hope this helps,
Cor
I've fixed the problem but that is good to know.
I'll be more sensitive to those attributes in the future.
Thanks
Cal