Click here to Skip to main content
15,913,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Dynamic double dimension Pin
Arrun9-Nov-05 0:27
Arrun9-Nov-05 0:27 
AnswerRe: Dynamic double dimension Pin
kakan9-Nov-05 0:32
professionalkakan9-Nov-05 0:32 
AnswerRe: Dynamic double dimension Pin
kakan9-Nov-05 2:13
professionalkakan9-Nov-05 2:13 
AnswerRe: Dynamic double dimension Pin
David Crow9-Nov-05 3:22
David Crow9-Nov-05 3:22 
Question(Urgent) Problem in inserting line numbers in CRichEditView application Pin
sandakith8-Nov-05 21:41
sandakith8-Nov-05 21:41 
AnswerRe: (Urgent) Problem in inserting line numbers in CRichEditView application Pin
James R. Twine9-Nov-05 4:50
James R. Twine9-Nov-05 4:50 
GeneralRe: (Urgent) Problem in inserting line numbers in CRichEditView application Pin
sandakith9-Nov-05 16:12
sandakith9-Nov-05 16:12 
GeneralRe: (Urgent) Problem in inserting line numbers in CRichEditView application Pin
James R. Twine9-Nov-05 16:43
James R. Twine9-Nov-05 16:43 
   There are a few ways to do it.  First, you could manually draw line numbers into the selection margin (or a shorten the width of the control).  If you are dealing with a read-only document (read-only as far as the user is concerned), you could manually insert line numbers before the document is rendered.

   Or you could use a control like Scintilla or the "Crystal editor", which both support line numbers natively, I believe.  Projects/Articles exist that demonstrate both, I believe (search for 'em).

   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!
Tip for new SUV drivers: Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
QuestionProtocol and web-site Pin
includeh108-Nov-05 19:32
includeh108-Nov-05 19:32 
AnswerRe: Protocol and web-site Pin
ThatsAlok8-Nov-05 20:14
ThatsAlok8-Nov-05 20:14 
AnswerRe: Protocol and web-site Pin
S Douglas8-Nov-05 21:41
professionalS Douglas8-Nov-05 21:41 
QuestionHttp connection Pin
includeh108-Nov-05 19:19
includeh108-Nov-05 19:19 
AnswerRe: Http connection Pin
ThatsAlok8-Nov-05 19:55
ThatsAlok8-Nov-05 19:55 
QuestionHiding Toolbars, Menubar, control bar and status bar Pin
romuzu8-Nov-05 17:13
romuzu8-Nov-05 17:13 
AnswerRe: Hiding Toolbars, Menubar, control bar and status bar Pin
douglasjordan8-Nov-05 17:26
douglasjordan8-Nov-05 17:26 
QuestionShift-jis Pin
samkook8-Nov-05 12:04
samkook8-Nov-05 12:04 
Question(Console C++)Resizing mallocation? Pin
Mariano Lopez-Gappa8-Nov-05 10:44
Mariano Lopez-Gappa8-Nov-05 10:44 
AnswerRe: (Console C++)Resizing mallocation? Pin
Ravi Bhavnani8-Nov-05 11:06
professionalRavi Bhavnani8-Nov-05 11:06 
AnswerRe: (Console C++)Resizing mallocation? Pin
Tim Smith8-Nov-05 11:25
Tim Smith8-Nov-05 11:25 
AnswerRe: (Console C++)Resizing mallocation? Pin
douglasjordan8-Nov-05 12:57
douglasjordan8-Nov-05 12:57 
AnswerRe: (Console C++)Resizing mallocation? Pin
Mariano Lopez-Gappa8-Nov-05 13:17
Mariano Lopez-Gappa8-Nov-05 13:17 
AnswerRe: (Console C++)Resizing mallocation? Pin
LighthouseJ8-Nov-05 19:30
LighthouseJ8-Nov-05 19:30 
AnswerRe: (Console C++)Resizing mallocation? Pin
David Crow9-Nov-05 2:28
David Crow9-Nov-05 2:28 
GeneralRe: (Console C++)Resizing mallocation? Pin
Tim Smith9-Nov-05 3:14
Tim Smith9-Nov-05 3:14 
QuestionCrash in try catch block Pin
itkid8-Nov-05 10:24
itkid8-Nov-05 10:24 

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.