by Diaa Eldessouky (1 Submission)
Category: Custom Controls/Forms/Menus
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(4 Votes)
This simple code makes a custom OCX gauge.
Use the min, max, and value properties to customize your gauge.
The supplied tester project demonstrates how you may use the OCX.
You may use this code as a simple reference on how to use "property let"
and "property get" to give properties to your OCX.
Inputs
min, max, and value properties (like the scroll bar control)
Assumes
There is a tester project supplied with the ocx project. Use the file Group1.vbg to run the ocx project and the tester project.
Code Returns
min, max, and value properties(like the scroll bar control)