MFC 进度条CProgressCtrl

梦想游戏人
目录:
C/C++

SetStep(1);//设置步长

SetRange32(0, total);//设置范围


SetPos(_cur);//设置当前 进度


StepIt();进步一次

Scroll Up