J
John Baker
Bob said:I have a form with a 5 page Tab contol.
When I open the form, I would like it to be on the page I last looked
at when I previously open the form.
There are probably a ton of ways to do this, but this is what I would do:
Forms have a Tag property whose only functionality is to store any extra
information you want about the form. On the OnClose event of the
form, store the name of the Page that has the focus in this property,
and on the OnOpen event retrieve it and set the focus to that page.
