Click here to Skip to main content
15,914,327 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSTL: get range where... Pin
peterchen18-Aug-02 22:44
peterchen18-Aug-02 22:44 
GeneralRe: STL: get range where... Pin
Tomasz Sowinski18-Aug-02 22:51
Tomasz Sowinski18-Aug-02 22:51 
GeneralRe: STL: get range where... Pin
peterchen20-Aug-02 10:26
peterchen20-Aug-02 10:26 
GeneralCEdit question (Ownerdraw???) Pin
alex.barylski18-Aug-02 22:43
alex.barylski18-Aug-02 22:43 
GeneralSearching in a CListCtrl Pin
Poul Haahr Klemmensen18-Aug-02 22:40
Poul Haahr Klemmensen18-Aug-02 22:40 
GeneralRe: Searching in a CListCtrl Pin
Tomasz Sowinski18-Aug-02 22:45
Tomasz Sowinski18-Aug-02 22:45 
GeneralRe: Searching in a CListCtrl Pin
anonymouss19-Aug-02 1:20
anonymouss19-Aug-02 1:20 
Generalprogress bar from CView Pin
tulc_kris18-Aug-02 22:17
tulc_kris18-Aug-02 22:17 
Hi,

Can someone tell me how to access the progress bar in status bar from CView.

for example, the following code is not showing any activity in the progress bar Cry | :((


CMainFrame* cfm = (CMainFrame*)AfxGetMainWnd();
cfm->StatusBarMessage("Link Verification going on...");
for( int i=0; i<800; i++ )
{
Sleep(10);
cfm->m_ctrlProgress.SetPos(i);
}

StatusBar Message is shown, but not the activity in the progress bar.

thanx in advance...
GeneralRe: progress bar from CView Pin
Tomasz Sowinski18-Aug-02 22:26
Tomasz Sowinski18-Aug-02 22:26 
GeneralBitmaps in PrintPreview Pin
herrmann18-Aug-02 21:12
herrmann18-Aug-02 21:12 
GeneralRe: Bitmaps in PrintPreview Pin
Roger Allen19-Aug-02 2:37
Roger Allen19-Aug-02 2:37 
GeneralTooltip with MSFlexGrid Pin
AnTri18-Aug-02 21:06
AnTri18-Aug-02 21:06 
Generaladd title Pin
wong190718-Aug-02 20:41
wong190718-Aug-02 20:41 
GeneralRe: add title Pin
Olli18-Aug-02 21:11
Olli18-Aug-02 21:11 
GeneralRe: add title Pin
wong190718-Aug-02 22:20
wong190718-Aug-02 22:20 
GeneralRe: add title Pin
Tomasz Sowinski18-Aug-02 22:53
Tomasz Sowinski18-Aug-02 22:53 
GeneralRe: add title Pin
wong190719-Aug-02 2:41
wong190719-Aug-02 2:41 
GeneralRe: add title Pin
Tomasz Sowinski19-Aug-02 2:55
Tomasz Sowinski19-Aug-02 2:55 
GeneralRe: add title Pin
wong190719-Aug-02 4:15
wong190719-Aug-02 4:15 
GeneralSendInput() compiler report "undeclared identifier" Pin
mmlxl18-Aug-02 20:36
mmlxl18-Aug-02 20:36 
GeneralRe: SendInput() compiler report "undeclared identifier" Pin
Tomasz Sowinski18-Aug-02 22:23
Tomasz Sowinski18-Aug-02 22:23 
GeneralRe: SendInput() compiler report "undeclared identifier" Pin
mmlxl19-Aug-02 14:53
mmlxl19-Aug-02 14:53 
GeneralRe: SendInput() compiler report "undeclared identifier" Pin
Tomasz Sowinski19-Aug-02 21:46
Tomasz Sowinski19-Aug-02 21:46 
QuestionButton inside a listbox? Pin
Moak18-Aug-02 20:24
Moak18-Aug-02 20:24 
AnswerRe: Button inside a listbox? Pin
Jon Hulatt18-Aug-02 23:10
Jon Hulatt18-Aug-02 23:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.