K
Klatuu
I have encountered an interesting problem.
I have a working form using OpenArgs to determine from where the form was
opened so I can set the controls as required.
I need to reconfigure the form to add additional controls and separate the
controls in logical groups. I decided to use a tab control.
I copied the original form, added the tab control, and moved the existing
controls to the appropriate tabs.
Now, although I have traced the code, the new version of the form will not
recognize the OpenArgs - It is Null. I am referencing the OpenArgs in the
Load event.
The original form recongnizes the OpenArgs, the New form with the tab
control does not.
Is there an issue with OpenArgs and a tab control?
I have a working form using OpenArgs to determine from where the form was
opened so I can set the controls as required.
I need to reconfigure the form to add additional controls and separate the
controls in logical groups. I decided to use a tab control.
I copied the original form, added the tab control, and moved the existing
controls to the appropriate tabs.
Now, although I have traced the code, the new version of the form will not
recognize the OpenArgs - It is Null. I am referencing the OpenArgs in the
Load event.
The original form recongnizes the OpenArgs, the New form with the tab
control does not.
Is there an issue with OpenArgs and a tab control?