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

Click here to load this message in the networking platform