Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Individual Trackbar cases.
#4
Here's a better idea of what I mean:
Function MultiVertTrack
Code:
Copy      Help
,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?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)