Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't seem to access mmTabControl click event
Message
From
30/09/2004 18:14:38
 
 
To
30/09/2004 15:57:37
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00947153
Message ID:
00947753
Views:
15
Arrrgh.

I can't change my project now, I've spent too much time in it. I have to make it do what I want. Here's the problem. I can't see the MM TabControl.

When I use a routine like this:

Private Sub TabControl_SelectedIndexChanged(ByVal sender As Object, _
ByVal e As System.EventArgs) Handles TabControl.SelectedIndexChanged
Select Case TabControl.SelectedTab.Name
Case "TabPage1"
'do something
Case "TabPage2"
'do something else
End Select
End Sub

I am getting an error under TabControl saying 'Handles clause requires a WithEvents variable'.

There is no 'WithEvents' variable for the MM TabControl. It's missing. There are for the other controls. So I can't access it's events.

So does anyone know how to fix this?

Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform