R
ramhog
Hello all,
I have a C# control that is housed on a form that was created in VB 6.
There are some activities I want to do only if the control is on the
ActiveForm. However, since the form is a VB 6 form when I call
Form.ActiveForm I get a null back, even though I can see the form is
the active windows form. Is there a good way to get the ActiveForm in
this scenario?
Thank you.
I have a C# control that is housed on a form that was created in VB 6.
There are some activities I want to do only if the control is on the
ActiveForm. However, since the form is a VB 6 form when I call
Form.ActiveForm I get a null back, even though I can see the form is
the active windows form. Is there a good way to get the ActiveForm in
this scenario?
Thank you.