Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Individual Trackbar cases.
#3
Thanks.

Function MultiVertTrack
Code:
Copy      Help
,ARRAY(str) Track
,Track.create(6)
,Track[3]=SendMessage(id(3 hDlg) TBM_GETPOS 0 0)
,Track[4]=SendMessage(id(4 hDlg) TBM_GETPOS 0 0)
,Track[5]=SendMessage(id(5 hDlg) TBM_GETPOS 0 0)
,int WinID=GetWinId(lParam)
,out WinID
,out Track[WinID]

Is there anyway to grab the number of trackbars in a dialog and automatically run a code for each? I would make sure that the tackbars all went sequentially when building the dialog.

Thanks,
Jimmy Vig


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)