Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does the MM TabControl need a WithEvents variable?
Message
From
02/11/2007 13:22:27
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Does the MM TabControl need a WithEvents variable?
Miscellaneous
Thread ID:
01266149
Message ID:
01266149
Views:
54
I double clicked the TabControl SelectedIndexChanged event.

The following code was created the in my application:
  Private Sub TabControl_SelectedIndexChanged(ByVal sender As System.Object, _
    ByVal e As System.EventArgs) Handles TabControl.SelectedIndexChanged

  End Sub
It comes up with an error line under the TabControl after Handles.
The error for the TabControl is
"Handles clause requires a WithEvents variable defined in the containing type or one of its base types."

Can I fix this?
Is this a Visual Studio problem?
Is this an MM problem?
Anyone?

Thanks.
Reply
Map
View

Click here to load this message in the networking platform