Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does the MM TabControl need a WithEvents variable?
Message
De
02/11/2007 13:22:27
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Does the MM TabControl need a WithEvents variable?
Divers
Thread ID:
01266149
Message ID:
01266149
Vues:
55
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.
Répondre
Fil
Voir

Click here to load this message in the networking platform