TrackBarControl
An ActiveX control for Visual Basic 6 that allows selecting a value with a slider.
Install / Use
/learn @TimoKunze/TrackBarControlREADME
TrackBarControl
An ActiveX control for Visual Basic 6 that allows selecting a value with a slider.
I've developed this ActiveX control in 2006 and did update it on a regular basis until 2016. Currently I have little interest to maintain this project any longer, but I think the code might be of some use to others.
Before you make changes
If you make changes to the code and deploy the binary, keep in mind that ActiveX controls are COM components and therefore should stay binary compatible as long as you don't change the COM object's, i.e. the ActiveX control's public class name and GUIDs. Otherwise people using these components are likely to end up in the famous COM hell.
Dependencies
You will need the Microsoft Windows 10 SDK, ATL, and WTL 10.
Required Change to ATL
Some version of ATL have a bug in AtlIPersistPropertyBag_Load which causes crashes. In the file atlcom.h search for AtlIPersistPropertyBag_Load. Inside the implementation of this function search for HRESULT hr = pPropBag->Read(pMap[i].szDesc, &var, pErrorLog);. Make sure that there is this code before this line: var.pdispVal = NULL;.
Related Skills
node-connect
344.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
99.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
