mikone wrote:
TabControls "TabIndexChanged" event.
The problem here is that the event is raised after the new tab is drawn. I can reactivate the previous page but then i see the page flicker. What i want to do is prevent the page change. My current solution is to override the OnSelectedIndexChanged(EventArgs e) method. But that looks awfully cumbersome given the fact that I should be able to page enter / page leave events. Only it does not work because there is a bug in .Net 1.1 that has been fixed in version 2.0 Cheers Michael