Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ActiveX in VB5
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00056613
Message ID:
00057780
Vues:
34
>I want to create a ActiveX in VB5.
>
>When I sub-class the scroll bar in a ActiveX, when the user move the scroll bar I want my event Change to call.
>
>How can I do this?

Is that something like this possible? Use the command Raise Event to have the event calling your code:

Private Sub VScroll1_Change()
gStatus = True
RaiseEvent Change
End Sub
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform