Click here to Skip to main content
16,004,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Finding my way in NYC Pin
Ravi Bhavnani7-Apr-06 7:05
professionalRavi Bhavnani7-Apr-06 7:05 
GeneralRe: Finding my way in NYC Pin
alex__b7-Apr-06 21:20
professionalalex__b7-Apr-06 21:20 
QuestionPGM image format - buffer vs file Pin
georgie.moss7-Apr-06 2:38
georgie.moss7-Apr-06 2:38 
QuestionRe: PGM image format - buffer vs file Pin
David Crow7-Apr-06 2:51
David Crow7-Apr-06 2:51 
AnswerRe: PGM image format - buffer vs file Pin
James R. Twine7-Apr-06 3:18
James R. Twine7-Apr-06 3:18 
GeneralRe: PGM image format - buffer vs file Pin
georgie.moss10-Apr-06 14:45
georgie.moss10-Apr-06 14:45 
QuestionStatus Bar Problem Pin
si_697-Apr-06 1:56
si_697-Apr-06 1:56 
AnswerRe: Status Bar Problem Pin
James R. Twine7-Apr-06 2:02
James R. Twine7-Apr-06 2:02 
   IIRC, status bar indicators need to be string table entries, so try adding a string table entry for ID_INDICATOR_COUNT.  Note that string table entries cannot be blank, and you will want to use enough characters for the width that the indicator will need.

   For example, if you need to show a value range of 0-999999, I would create the string table entry with a string of "000000".  You can set the value of the indicator using an ON_COMMAND_UPDATE_UI for the ID_INDICATOR_COUNT "control".

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
QuestionA CString question Pin
<color>Aljechin 7-Apr-06 1:29
<color>Aljechin 7-Apr-06 1:29 
AnswerRe: A CString question Pin
si_697-Apr-06 1:31
si_697-Apr-06 1:31 
GeneralRe: A CString question Pin
Ștefan-Mihai MOGA7-Apr-06 1:35
professionalȘtefan-Mihai MOGA7-Apr-06 1:35 
GeneralRe: A CString question Pin
toxcct7-Apr-06 2:22
toxcct7-Apr-06 2:22 
JokeRe: A CString question Pin
jhwurmbach7-Apr-06 2:29
jhwurmbach7-Apr-06 2:29 
GeneralRe: A CString question Pin
toxcct7-Apr-06 2:55
toxcct7-Apr-06 2:55 
AnswerRe: A CString question Pin
Cedric Moonen7-Apr-06 1:38
Cedric Moonen7-Apr-06 1:38 
GeneralRe: A CString question Pin
<color>Aljechin 7-Apr-06 1:48
<color>Aljechin 7-Apr-06 1:48 
AnswerRe: A CString question Pin
James R. Twine7-Apr-06 1:57
James R. Twine7-Apr-06 1:57 
GeneralRe: A CString question Pin
<color>Aljechin 7-Apr-06 2:00
<color>Aljechin 7-Apr-06 2:00 
GeneralRe: A CString question Pin
Cedric Moonen7-Apr-06 1:58
Cedric Moonen7-Apr-06 1:58 
GeneralRe: A CString question Pin
Roger Stoltz7-Apr-06 1:59
Roger Stoltz7-Apr-06 1:59 
GeneralRe: A CString question Pin
<color>Aljechin 7-Apr-06 2:04
<color>Aljechin 7-Apr-06 2:04 
GeneralRe: A CString question Pin
jhwurmbach7-Apr-06 2:40
jhwurmbach7-Apr-06 2:40 
JokeRe: A CString question Pin
James R. Twine7-Apr-06 2:50
James R. Twine7-Apr-06 2:50 
AnswerRe: A CString question Pin
James R. Twine7-Apr-06 1:46
James R. Twine7-Apr-06 1:46 
GeneralRe: A CString question Pin
Blake Miller7-Apr-06 4:01
Blake Miller7-Apr-06 4:01 

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.