Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Global hook problem Pin
Kosomot5-Jun-08 23:06
Kosomot5-Jun-08 23:06 
QuestionTo create appln using Wizard. Pin
KASR15-Jun-08 20:52
KASR15-Jun-08 20:52 
AnswerRe: To create appln using Wizard. Pin
sudhir_Kumar5-Jun-08 21:46
sudhir_Kumar5-Jun-08 21:46 
GeneralRe: To create appln using Wizard. Pin
KASR15-Jun-08 22:39
KASR15-Jun-08 22:39 
QuestionRe: To create appln using Wizard. Pin
sudhir_Kumar5-Jun-08 22:48
sudhir_Kumar5-Jun-08 22:48 
AnswerRe: To create appln using Wizard. Pin
KASR15-Jun-08 22:54
KASR15-Jun-08 22:54 
QuestionConvert .xls(Excel)File To filtered html file Using automation Pin
hitonly20085-Jun-08 20:23
hitonly20085-Jun-08 20:23 
Questionstatus bar problem Pin
Mohanraj D5-Jun-08 19:49
Mohanraj D5-Jun-08 19:49 
i have the status bar in a dialog and i give the string to be displayed inside the statusbar using the code given below inside the button click,but the s="in progress" doesn't get displayed and only "sucess" is displayed finally,what's wrong with the code.the problem is iam not able to show two status inside the same button click.what should be done???

void test::OnBnClicked1()
{

s="in progress";
m_bar.SetPaneText(0,s);

if(i>0)
{
call(&a);
printf(".....");
}
s="success";
m_bar.SetPaneText(0,s);

}


and

Raja

AnswerRe: status bar problem Pin
_AnsHUMAN_ 5-Jun-08 20:04
_AnsHUMAN_ 5-Jun-08 20:04 
AnswerRe: status bar problem Pin
Cedric Moonen5-Jun-08 20:05
Cedric Moonen5-Jun-08 20:05 
GeneralRe: status bar problem Pin
Mohanraj D5-Jun-08 23:50
Mohanraj D5-Jun-08 23:50 
AnswerRe: status bar problem Pin
SandipG 5-Jun-08 20:09
SandipG 5-Jun-08 20:09 
AnswerRe: status bar problem Pin
sudhir_Kumar5-Jun-08 21:54
sudhir_Kumar5-Jun-08 21:54 
GeneralRe: status bar problem Pin
Cedric Moonen5-Jun-08 22:11
Cedric Moonen5-Jun-08 22:11 
GeneralRe: status bar problem Pin
sudhir_Kumar5-Jun-08 22:45
sudhir_Kumar5-Jun-08 22:45 
GeneralRe: status bar problem Pin
Cedric Moonen5-Jun-08 23:12
Cedric Moonen5-Jun-08 23:12 
GeneralRe: status bar problem Pin
Mohanraj D6-Jun-08 0:02
Mohanraj D6-Jun-08 0:02 
GeneralRe: status bar problem Pin
Cedric Moonen6-Jun-08 0:07
Cedric Moonen6-Jun-08 0:07 
GeneralRe: status bar problem Pin
Mohanraj D6-Jun-08 0:18
Mohanraj D6-Jun-08 0:18 
GeneralRe: status bar problem Pin
Cedric Moonen6-Jun-08 1:07
Cedric Moonen6-Jun-08 1:07 
GeneralRe: status bar problem Pin
Mohanraj D6-Jun-08 2:17
Mohanraj D6-Jun-08 2:17 
QuestionRe: status bar problem Pin
David Crow6-Jun-08 3:16
David Crow6-Jun-08 3:16 
AnswerRe: status bar problem Pin
Mohanraj D7-Jun-08 20:18
Mohanraj D7-Jun-08 20:18 
GeneralRe: status bar problem Pin
David Crow8-Jun-08 11:50
David Crow8-Jun-08 11:50 
GeneralRe: status bar problem Pin
Mohanraj D10-Jun-08 23:37
Mohanraj D10-Jun-08 23:37 

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.