Click here to Skip to main content
15,906,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Icon in system tray Pin
Royce Fickling7-Mar-08 16:09
Royce Fickling7-Mar-08 16:09 
GeneralRe: Icon in system tray Pin
Mark Salsbery8-Mar-08 8:10
Mark Salsbery8-Mar-08 8:10 
GeneralRe: Icon in system tray Pin
Royce Fickling8-Mar-08 13:11
Royce Fickling8-Mar-08 13:11 
GeneralRe: Icon in system tray Pin
Mark Salsbery8-Mar-08 13:23
Mark Salsbery8-Mar-08 13:23 
Generalquestion to the pros: nasty ASSERTION in BOOST Pin
andreas.schaerer7-Mar-08 7:54
andreas.schaerer7-Mar-08 7:54 
GeneralRe: question to the pros: nasty ASSERTION in BOOST Pin
Maxwell Chen7-Mar-08 8:11
Maxwell Chen7-Mar-08 8:11 
GeneralRe: question to the pros: nasty ASSERTION in BOOST Pin
Nemanja Trifunovic7-Mar-08 8:19
Nemanja Trifunovic7-Mar-08 8:19 
Generalavi file on Status bar Pin
ptr_Electron7-Mar-08 3:18
ptr_Electron7-Mar-08 3:18 
I am trying to play a AVI file on status bar indicating the progress for the lengthy operation.
I am doing this in a button click event. it is working fine if no statements are there below the call and, if there are statements below the avi start.. the avi is not playing on status bar.
I tryed with thread, but of no use.

void TestPb::OnButton1()
{
CMainFrame* pFrame = (CMainFrame*)AfxGetMainWnd();
pFrame->StartAnimation( IDR_AVITEST ,1);

whie(1)//Say length process.... If i comment while(1) .. avi is playing on mainfram status bar
{}
}
GeneralRe: avi file on Status bar Pin
toxcct7-Mar-08 3:38
toxcct7-Mar-08 3:38 
GeneralRe: avi file on Status bar Pin
ptr_Electron7-Mar-08 5:21
ptr_Electron7-Mar-08 5:21 
GeneralRe: avi file on Status bar Pin
super_ttd7-Mar-08 7:02
super_ttd7-Mar-08 7:02 
GeneralRe: avi file on Status bar Pin
led mike7-Mar-08 7:18
led mike7-Mar-08 7:18 
GeneralRe: avi file on Status bar Pin
Randor 7-Mar-08 7:08
professional Randor 7-Mar-08 7:08 
GeneralRe: avi file on Status bar Pin
super_ttd7-Mar-08 7:13
super_ttd7-Mar-08 7:13 
GeneralRe: avi file on Status bar Pin
Randor 7-Mar-08 7:29
professional Randor 7-Mar-08 7:29 
GeneralRe: avi file on Status bar Pin
ptr_Electron10-Mar-08 23:56
ptr_Electron10-Mar-08 23:56 
GeneralRe: avi file on Status bar Pin
Randor 11-Mar-08 4:05
professional Randor 11-Mar-08 4:05 
GeneralRe: avi file on Status bar Pin
Rajkumar R7-Mar-08 3:42
Rajkumar R7-Mar-08 3:42 
GeneralRe: avi file on Status bar Pin
ptr_Electron7-Mar-08 4:34
ptr_Electron7-Mar-08 4:34 
GeneralRe: avi file on Status bar Pin
Nathan Holt at EMOM7-Mar-08 5:41
Nathan Holt at EMOM7-Mar-08 5:41 
QuestionSHFileOperation file deletion using the Recycle bin is SLOW!!! Pin
Member 38546007-Mar-08 2:53
Member 38546007-Mar-08 2:53 
AnswerRe: SHFileOperation file deletion using the Recycle bin is SLOW!!! Pin
Rajkumar R7-Mar-08 3:53
Rajkumar R7-Mar-08 3:53 
GeneralRe: SHFileOperation file deletion using the Recycle bin is SLOW!!! Pin
Member 38546007-Mar-08 5:05
Member 38546007-Mar-08 5:05 
GeneralRe: SHFileOperation file deletion using the Recycle bin is SLOW!!! Pin
led mike7-Mar-08 10:40
led mike7-Mar-08 10:40 
GeneralSetWindowContextHelpId always fails, Pin
ptr_Electron7-Mar-08 2:46
ptr_Electron7-Mar-08 2:46 

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.