Slider Controls in Dialogen
-
hi
ich habe folgendes problem: ich habe einen Dialog in c++ (win32-projekt) erstellt, in welchem ich Slider Controls verwende. wie kann ich diese Controls im Zuge von "WM_INITDIALOG:" initialisieren? (Startwert, Min-Wert & Max-Wert angeben usw...)
thx & mfg Martin
-
msdn schrieb:
The logical units of a trackbar are the set of contiguous values that the trackbar can represent. They are usually defined by specifying the range of possible values with a TBM_SETRANGE message when the trackbar is first created. Applications can dynamically alter the range by using the TBM_SETRANGEMAX and TBM_SETRANGEMIN messages.