Click here to Skip to main content
15,904,288 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Fatal Error C1902 Pin
pix_programmer10-Oct-12 23:43
pix_programmer10-Oct-12 23:43 
GeneralRe: Fatal Error C1902 Pin
Jochen Arndt10-Oct-12 23:52
professionalJochen Arndt10-Oct-12 23:52 
QuestionCRichEditCtrl halt any visual updates for a sec !! Pin
sdancer7510-Oct-12 4:59
sdancer7510-Oct-12 4:59 
AnswerRe: CRichEditCtrl halt any visual updates for a sec !! Pin
Jochen Arndt10-Oct-12 5:39
professionalJochen Arndt10-Oct-12 5:39 
AnswerRe: CRichEditCtrl halt any visual updates for a sec !! Pin
chaau10-Oct-12 11:27
chaau10-Oct-12 11:27 
GeneralRe: CRichEditCtrl halt any visual updates for a sec !! Pin
sdancer7510-Oct-12 21:38
sdancer7510-Oct-12 21:38 
QuestionHow to get which Radio button is Checked? Pin
Fresher1610-Oct-12 2:14
Fresher1610-Oct-12 2:14 
AnswerRe: How to get which Radio button is Checked? Pin
_AnsHUMAN_ 10-Oct-12 2:29
_AnsHUMAN_ 10-Oct-12 2:29 
QuestionRe: How to get which Radio button is Checked? Pin
David Crow10-Oct-12 2:38
David Crow10-Oct-12 2:38 
AnswerRe: How to get which Radio button is Checked? Pin
«_Superman_»10-Oct-12 19:48
professional«_Superman_»10-Oct-12 19:48 
Questionfile is getting deleted Pin
sarfaraznawaz10-Oct-12 0:29
sarfaraznawaz10-Oct-12 0:29 
AnswerRe: file is getting deleted Pin
Sivaraman Dhamodharan10-Oct-12 0:33
Sivaraman Dhamodharan10-Oct-12 0:33 
GeneralRe: file is getting deleted Pin
sarfaraznawaz10-Oct-12 2:06
sarfaraznawaz10-Oct-12 2:06 
QuestionRe: file is getting deleted Pin
David Crow10-Oct-12 2:40
David Crow10-Oct-12 2:40 
AnswerRe: file is getting deleted Pin
sarfaraznawaz10-Oct-12 3:17
sarfaraznawaz10-Oct-12 3:17 
GeneralRe: file is getting deleted Pin
chaau10-Oct-12 11:32
chaau10-Oct-12 11:32 
GeneralRe: file is getting deleted Pin
sarfaraznawaz10-Oct-12 19:28
sarfaraznawaz10-Oct-12 19:28 
QuestionMenu Items Not Displaying Pin
002comp10-Oct-12 0:09
002comp10-Oct-12 0:09 
QuestionRe: Menu Items Not Displaying Pin
David Crow10-Oct-12 2:43
David Crow10-Oct-12 2:43 
AnswerRe: Menu Items Not Displaying Pin
002comp10-Oct-12 2:58
002comp10-Oct-12 2:58 
QuestionHow to capture a Key Press from other softwave which has e.handle=true? Pin
trandinhnam9-Oct-12 23:54
trandinhnam9-Oct-12 23:54 
QuestionFind sub-url Pin
jeff69-Oct-12 22:40
jeff69-Oct-12 22:40 
AnswerRe: Find sub-url Pin
Jochen Arndt9-Oct-12 22:55
professionalJochen Arndt9-Oct-12 22:55 
AnswerRe: Find sub-url Pin
pasztorpisti10-Oct-12 0:25
pasztorpisti10-Oct-12 0:25 
QuestionCEdit extended Pin
William Engberts9-Oct-12 3:46
William Engberts9-Oct-12 3:46 
Hi guys,
For our company I have written (meanwhile some 15 years ago!) a data mapping tool. This tool has evolved over the years and it is currently in C++, using Microsoft Visual Studio 2010. One of the products for this tool is a debugger that shows what is happening and shows the source code lines where action is performed. This part uses a CEdit control.
We have included stuff like breakpoint markers and all that.
Recently I have come to think that it might be handy to introduce syntax highlighting for the source codes. Would anyone have any samples of a CEdit that can do that sort of thing (like changing the color of words, showing them in bold or italics and stuff like that) Would save me a lot of re-inventing the wheel!
Thanks in advance for any suggestions.

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.