Click here to Skip to main content
15,908,455 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncreating progress bar inMFC,VC++ [modified] Pin
Mohanraj D4-May-08 17:33
Mohanraj D4-May-08 17:33 
AnswerRe: creating progress bar Pin
Christian Graus4-May-08 17:35
protectorChristian Graus4-May-08 17:35 
AnswerRe: creating progress bar inMFC,VC++ Pin
Christian Graus4-May-08 18:43
protectorChristian Graus4-May-08 18:43 
AnswerRe: creating progress bar inMFC,VC++ Pin
Nitheesh George4-May-08 19:54
Nitheesh George4-May-08 19:54 
GeneralRe: creating progress bar inMFC,VC++ Pin
Mohanraj D4-May-08 20:08
Mohanraj D4-May-08 20:08 
GeneralRe: creating progress bar inMFC,VC++ Pin
Hamid_RT4-May-08 20:28
Hamid_RT4-May-08 20:28 
GeneralRe: creating progress bar inMFC,VC++ Pin
Mohanraj D4-May-08 20:56
Mohanraj D4-May-08 20:56 
GeneralRe: creating progress bar inMFC,VC++ Pin
Nitheesh George4-May-08 23:21
Nitheesh George4-May-08 23:21 
Hi,

Place your ProgressBar Creation code in OnInitDialog (override it) and make control hidden. Then in your button click event handler make it visible and set its bar position's.

Or

you can place a progress control bar and make it visible false. then do in button click event handler as said above.

And increment the bar position in the list fill function.


thanks

Nitheesh
QuestionRe: creating progress bar inMFC,VC++ Pin
David Crow5-May-08 3:06
David Crow5-May-08 3:06 
QuestionA MFC Database Project in VC++.net 2003 Pin
Mohsen.Alipour4-May-08 10:05
Mohsen.Alipour4-May-08 10:05 
AnswerRe: A MFC Database Project in VC++.net 2003 Pin
David Crow4-May-08 16:44
David Crow4-May-08 16:44 
QuestionHow can I use a c++ program to compile a source code file? Pin
David Wong RZ4-May-08 8:00
David Wong RZ4-May-08 8:00 
AnswerRe: How can I use a c++ program to compile a source code file? Pin
Hamid_RT4-May-08 19:17
Hamid_RT4-May-08 19:17 
QuestionHow do I change "static" text in window Pin
Kwanalouie4-May-08 6:57
Kwanalouie4-May-08 6:57 
AnswerRe: How do I change "static" text in window Pin
Mark Salsbery4-May-08 7:07
Mark Salsbery4-May-08 7:07 
GeneralRe: How do I change "static" text in window Pin
Kwanalouie4-May-08 13:04
Kwanalouie4-May-08 13:04 
GeneralRe: How do I change "static" text in window Pin
Hamid_RT4-May-08 19:36
Hamid_RT4-May-08 19:36 
GeneralRe: How do I change "static" text in window Pin
Mark Salsbery5-May-08 5:37
Mark Salsbery5-May-08 5:37 
GeneralRe: How do I change "static" text in window Pin
ThatsAlok4-May-08 23:54
ThatsAlok4-May-08 23:54 
AnswerRe: How do I change "static" text in window Pin
Hamid_RT4-May-08 19:16
Hamid_RT4-May-08 19:16 
QuestionHow can I free memory before returning the value in my function? Pin
santiageitorx4-May-08 5:40
santiageitorx4-May-08 5:40 
QuestionRe: How can I free memory before returning the value in my function? Pin
Mark Salsbery4-May-08 6:22
Mark Salsbery4-May-08 6:22 
AnswerRe: How can I free memory before returning the value in my function? Pin
Bram van Kampen4-May-08 7:39
Bram van Kampen4-May-08 7:39 
QuestionSo I'd be doing it fine this way? Pin
santiageitorx4-May-08 10:09
santiageitorx4-May-08 10:09 
AnswerRe: So I'd be doing it fine this way? Pin
Nitheesh George4-May-08 19:29
Nitheesh George4-May-08 19:29 

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.