Salut,
oui j'ai essayé ça
mais toujours le progressBar ne s'affiche pas :
CRect crPaneRect;
m_StatBar.GetRect( 1, &crPaneRect );
m_ProgressBar.Create(WS_VISIBLE WS_CHILD,crPaneRect,this,IDC_PROGRESS1);
m_ProgressBar.SetParent(&m_StatBar);
m_ProgressBar.MoveWindow(crPaneRect,1);
Merci de m'aider
|