B
Beebs
I asked last week about an ObjectDisposedException when using the SIP
through multiple forms and I got a fairly resonable answer, but I have
found a more streamlined approach via the archives but it is written
in C#. Can anyone help me translate this into VB since I've had no
luck thus far?
I need this in my form's closed event:
this.inputPanel.EnabledChanged -= new
EventHandler(inputPanel_EnabledChanged);
I've tried this, but I get a bunch of errors so it's obviously not
even close to being right:
Me.InputPanel.EnabledChanged = New EventHandler(AddressOf
InputPanel_EnabledChanged)
Thanks...
through multiple forms and I got a fairly resonable answer, but I have
found a more streamlined approach via the archives but it is written
in C#. Can anyone help me translate this into VB since I've had no
luck thus far?
I need this in my form's closed event:
this.inputPanel.EnabledChanged -= new
EventHandler(inputPanel_EnabledChanged);
I've tried this, but I get a bunch of errors so it's obviously not
even close to being right:
Me.InputPanel.EnabledChanged = New EventHandler(AddressOf
InputPanel_EnabledChanged)
Thanks...