Click here to Skip to main content
15,921,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSending file Pin
MemLeak12-Aug-03 10:07
MemLeak12-Aug-03 10:07 
GeneralRe: Sending file Pin
Jörgen Sigvardsson12-Aug-03 13:35
Jörgen Sigvardsson12-Aug-03 13:35 
GeneralRe: Sending file Pin
PJ Arends12-Aug-03 17:20
professionalPJ Arends12-Aug-03 17:20 
GeneralRtclick on the Tree control is not working Pin
Binayak12-Aug-03 9:28
Binayak12-Aug-03 9:28 
GeneralRe: Rtclick on the Tree control is not working Pin
HPSI12-Aug-03 13:30
HPSI12-Aug-03 13:30 
GeneralRe: Rtclick on the Tree control is not working Pin
Binayak12-Aug-03 13:37
Binayak12-Aug-03 13:37 
QuestionShould i use a progress control? Pin
keegan12-Aug-03 8:33
keegan12-Aug-03 8:33 
AnswerRe: Should i use a progress control? Pin
Heath Stewart12-Aug-03 8:44
protectorHeath Stewart12-Aug-03 8:44 
Naw, don't use a progress control for something like this - it's far too bloated for what you need. Just draw a simple client-edge static control with some tick marks (if fixed, this is even easier). Then treat the value as a percentage and draw a red or black rectangle in the client edge (taking into account the client edge) that is the same height (or width) of the static control and the percentage of the width (or height) of the static control. This is simple enough and easier to customize (more than likely) than a pre-canned CProgressCtrl class in MFC.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Should i use a progress control? Pin
keegan12-Aug-03 8:52
keegan12-Aug-03 8:52 
GeneralRe: Should i use a progress control? Pin
John M. Drescher12-Aug-03 9:02
John M. Drescher12-Aug-03 9:02 
GeneralRe: Should i use a progress control? Pin
Heath Stewart12-Aug-03 9:24
protectorHeath Stewart12-Aug-03 9:24 
GeneralRe: Should i use a progress control? Pin
John M. Drescher12-Aug-03 9:34
John M. Drescher12-Aug-03 9:34 
AnswerRe: Should i use a progress control? Pin
keegan12-Aug-03 8:59
keegan12-Aug-03 8:59 
Generalgot it Pin
keegan12-Aug-03 9:08
keegan12-Aug-03 9:08 
GeneralRe: got it Pin
John M. Drescher12-Aug-03 9:16
John M. Drescher12-Aug-03 9:16 
GeneralCFileDialog Pin
will138312-Aug-03 7:54
will138312-Aug-03 7:54 
GeneralRe: CFileDialog Pin
Heath Stewart12-Aug-03 8:51
protectorHeath Stewart12-Aug-03 8:51 
GeneralRe: CFileDialog Pin
will138312-Aug-03 9:11
will138312-Aug-03 9:11 
GeneralRe: CFileDialog Pin
will138312-Aug-03 9:46
will138312-Aug-03 9:46 
GeneralRe: CFileDialog Pin
Heath Stewart12-Aug-03 10:46
protectorHeath Stewart12-Aug-03 10:46 
GeneralOLE DB record counting Pin
João Paulo Figueira12-Aug-03 7:43
professionalJoão Paulo Figueira12-Aug-03 7:43 
GeneralRe: OLE DB record counting Pin
Jörgen Sigvardsson12-Aug-03 13:37
Jörgen Sigvardsson12-Aug-03 13:37 
GeneralRe: OLE DB record counting Pin
João Paulo Figueira12-Aug-03 22:41
professionalJoão Paulo Figueira12-Aug-03 22:41 
GeneralRe: OLE DB record counting Pin
Jörgen Sigvardsson12-Aug-03 22:46
Jörgen Sigvardsson12-Aug-03 22:46 
GeneralRe: OLE DB record counting Pin
João Paulo Figueira24-Aug-03 22:14
professionalJoão Paulo Figueira24-Aug-03 22:14 

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.