03-28-2010, 08:30 PM
Here's a better idea of what I mean:
Function MultiVertTrack
So anyway to find the number of trackbars and what the lowest id would be?
Function MultiVertTrack
,int FirstTrackID=3
,int NumberTrack=3
,ARRAY(str) Track
,Track.create(NumberTrack+FirstTrackID)
,for _i FirstTrackID NumberTrack+FirstTrackID
,,Track[_i]=SendMessage(id(_i hDlg) TBM_GETPOS 0 0)
,out Track[GetWinId(lParam)]So anyway to find the number of trackbars and what the lowest id would be?
