m_ctlProgress.SetRange(0,540);//设置进度条的区间
for (int j=0;j<=540;j++)
{
m_ctlProgress.SetPos(j);
Sleep(100); //等待0.1秒
}    这代段代码怎么实现不了如题?要怎样改?