PDA

View Full Version : vb slider without comctrl?


TheUnforgiven
9th September 2002, 15:40
i want to use the slider without using the common controls activex.
any ideas?

Belgabor
9th September 2002, 16:28
I'd say get the Platform SDK for reference and create it with CreateWindow or CreateWindowEx.

Cheers
Belgabor

TheUnforgiven
10th September 2002, 14:42
@belgabor
thank u for the hint. i'll search on that and maybe i'll come back here.

TheUnforgiven
11th September 2002, 16:49
@belgabor
i searched the msdn for CreateWindow and CreatWindowEx and i could find something related to scroll bars, buttons..etc but no sliders.