Click here to Skip to main content
16,011,804 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Getting file extension from path Pin
Naveen1-Jul-08 23:46
Naveen1-Jul-08 23:46 
GeneralRe: Getting file extension from path Pin
CPallini1-Jul-08 23:58
mveCPallini1-Jul-08 23:58 
GeneralRe: Getting file extension from path Pin
Naveen2-Jul-08 0:01
Naveen2-Jul-08 0:01 
JokeRe: Getting file extension from path Pin
Nelek3-Jul-08 22:00
protectorNelek3-Jul-08 22:00 
GeneralRe: Getting file extension from path Pin
CPallini3-Jul-08 22:13
mveCPallini3-Jul-08 22:13 
GeneralRe: Getting file extension from path Pin
Nelek6-Jul-08 2:43
protectorNelek6-Jul-08 2:43 
QuestionPlay AVI on Status bar Pin
ptr_Electron1-Jul-08 21:12
ptr_Electron1-Jul-08 21:12 
AnswerRe: Play AVI on Status bar [modified] Pin
Nibu babu thomas1-Jul-08 22:33
Nibu babu thomas1-Jul-08 22:33 
ptr_Electron wrote:
Please comment advantage and disadvantage in following this method, and also suggest/advice me some good approch in doing so


I've seen some well known applications like word, excel, powerpoint ,while printing and saving, take this approach. So should be good enough.

If it's just a random animation then you can maybe call Play else you will have to manually change each frame(Seek) to indicate correct progress.

Here[^] is a sample on how to embed a progress bar in a statusbar. You can easily change the progress bar to CAnimateCtrl. Make sure you handle OnSize to move the animate control based on new parent window's size.

Another way is to sub class CStatusBar and embed these features.


Nibu babu thomas
Microsoft MVP for VC++


Code must be written to be read, not by the compiler, but by another human being.

Programming Blog: http://nibuthomas.wordpress.com

modified on Wednesday, July 2, 2008 5:12 AM

GeneralRe: Play AVI on Status bar Pin
ptr_Electron1-Jul-08 23:12
ptr_Electron1-Jul-08 23:12 
QuestionHow to release a Visual C++ Express Project? [modified] Pin
BrockCooper11-Jul-08 21:02
BrockCooper11-Jul-08 21:02 
AnswerRe: How to release a Visual C++ Express Project? Pin
Saurabh.Garg1-Jul-08 21:10
Saurabh.Garg1-Jul-08 21:10 
AnswerRe: How to release a Visual C++ Express Project? Pin
Saurabh.Garg1-Jul-08 21:13
Saurabh.Garg1-Jul-08 21:13 
QuestionOpen a Url the user has entered form a text box Pin
BrockCooper11-Jul-08 20:58
BrockCooper11-Jul-08 20:58 
AnswerRe: Open a Url the user has entered form a text box Pin
Hamid_RT1-Jul-08 21:01
Hamid_RT1-Jul-08 21:01 
GeneralRe: Open a Url the user has entered form a text box Pin
ThatsAlok1-Jul-08 22:49
ThatsAlok1-Jul-08 22:49 
AnswerRe: Open a Url the user has entered form a text box Pin
Jagdish V. Bhimbha2-Jul-08 0:01
Jagdish V. Bhimbha2-Jul-08 0:01 
GeneralRe: Open a Url the user has entered form a text box Pin
BrockCooper12-Jul-08 0:07
BrockCooper12-Jul-08 0:07 
GeneralRe: Open a Url the user has entered form a text box Pin
Jagdish V. Bhimbha2-Jul-08 0:19
Jagdish V. Bhimbha2-Jul-08 0:19 
GeneralRe: Open a Url the user has entered form a text box Pin
Alan Balkany2-Jul-08 4:16
Alan Balkany2-Jul-08 4:16 
QuestionAny Program Using SaferGetLevelInformation Function Pin
Aabid1-Jul-08 20:52
Aabid1-Jul-08 20:52 
AnswerRe: Any Program Using SaferGetLevelInformation Function Pin
Saurabh.Garg1-Jul-08 20:56
Saurabh.Garg1-Jul-08 20:56 
Questionproblem in tapiRequestMakeCall Pin
guru moorthy.k1-Jul-08 20:48
guru moorthy.k1-Jul-08 20:48 
AnswerRe: problem in tapiRequestMakeCall Pin
Saurabh.Garg1-Jul-08 20:57
Saurabh.Garg1-Jul-08 20:57 
GeneralRe: problem in tapiRequestMakeCall Pin
guru moorthy.k1-Jul-08 21:18
guru moorthy.k1-Jul-08 21:18 
GeneralRe: problem in tapiRequestMakeCall Pin
Hamid_RT1-Jul-08 21:25
Hamid_RT1-Jul-08 21:25 

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.