J
Just Me
When do I need/must to add a Usercontrol to Controls?
Before I added the following, the NavigatorControl1 did not show when the
form was opened.
Me.EditEntries.Controls.Add(Me.NavigatorControl1)
I have another control that does not show itself but shows forms as needed.
This seems to be working OK without being in Controls
My question is what is Controls for and when should/must things be add to
it?
Just looking for some insight
Thanks
Before I added the following, the NavigatorControl1 did not show when the
form was opened.
Me.EditEntries.Controls.Add(Me.NavigatorControl1)
I have another control that does not show itself but shows forms as needed.
This seems to be working OK without being in Controls
My question is what is Controls for and when should/must things be add to
it?
Just looking for some insight
Thanks