vc++/MFC
-
I want to create ProgressCtrl and beside that one CANCEL button on the status bar kalyan
-
I want to create ProgressCtrl and beside that one CANCEL button on the status bar kalyan
kalyan_gowl wrote:
I want to create ProgressCtrl and beside that one CANCEL button on the status bar
Ok. You can do it using the resource editor if it's a dialog based application :) . Where's the problem part?
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
kalyan_gowl wrote:
I want to create ProgressCtrl and beside that one CANCEL button on the status bar
Ok. You can do it using the resource editor if it's a dialog based application :) . Where's the problem part?
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
this is not dialogbased ...this is SDI application kalyan
-
this is not dialogbased ...this is SDI application kalyan
-
this is not dialogbased ...this is SDI application kalyan
Quick search at CP gives these articles[^].
Prasad Notifier using ATL | Operator new[],delete[][^]
-
this is not dialogbased ...this is SDI application kalyan
kalyan_gowl wrote:
...this is SDI application
No matter. Just put a progress control on a modeless dialog. There are tons of examples available.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
I want to create ProgressCtrl and beside that one CANCEL button on the status bar kalyan
Im not sure but I think I saw this example on the codeproject a progressCtrl on the statusbar
WhiteSky