N
Neville Lang
Hi all,
I thought I had the SIP under control but now I get an exception whenever I
try to either raise it programmatically or set the Enabled property to True.
All I have done is to drop an Input Panel (named MySIP) onto my form in the
Designer then in the constructor of the form have "this.MySIP.Enabled =
true;". When this is run in the debugger, it throws the following
exception:
A managed Exception occurred at
MISC::HandleAr+0x5b
MISC::HandleAr+0x5b
InputPanel::set_Enabled+0x12
MyForm::InitializeComponent+0x3
e8
MyForm::.ctor+0xc
....
....
....
....
Does anyone know what might be causing this exception?
Regards,
Neville Lang
I thought I had the SIP under control but now I get an exception whenever I
try to either raise it programmatically or set the Enabled property to True.
All I have done is to drop an Input Panel (named MySIP) onto my form in the
Designer then in the constructor of the form have "this.MySIP.Enabled =
true;". When this is run in the debugger, it throws the following
exception:
A managed Exception occurred at
MISC::HandleAr+0x5b
MISC::HandleAr+0x5b
InputPanel::set_Enabled+0x12
MyForm::InitializeComponent+0x3
e8
MyForm::.ctor+0xc
....
....
....
....
Does anyone know what might be causing this exception?
Regards,
Neville Lang