G
Guest
I have a MDI application with one of the children open. Then the user clicks
on a menu item on the mdi form. The child that is active/open has a
tabcontrol on it. When the code is finished executing in the menu selection
I want to execute the click event of the tabconrol on the active child. I
have tried the following to try to get the frmName.actived event to fire so I
can force the click event but have not had any success.
frmName.Show()
frmName.Activate()
frmName.Refresh()
frmName.Update()
frmName.Select()
Me.ActivateMdiChild(frmfrmName)
Does anybody know how I can accomplish this task?
Thanks.....
on a menu item on the mdi form. The child that is active/open has a
tabcontrol on it. When the code is finished executing in the menu selection
I want to execute the click event of the tabconrol on the active child. I
have tried the following to try to get the frmName.actived event to fire so I
can force the click event but have not had any success.
frmName.Show()
frmName.Activate()
frmName.Refresh()
frmName.Update()
frmName.Select()
Me.ActivateMdiChild(frmfrmName)
Does anybody know how I can accomplish this task?
Thanks.....