Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX in VB5
Message
From
01/11/1997 09:57:51
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00056613
Message ID:
00057780
Views:
29
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform