Click here to Skip to main content
15,867,756 members

Comments by ErnestoNet (Top 14 by date)

ErnestoNet 17-Oct-12 7:34am View    
About the border of the rich edit, there's an article for that too!

http://www.codeguru.com/cpp/w-d/dislog/miscellaneous/article.php/c8729/XP-Theme-Support-for-Rich-Edit-and-Custom-Controls.htm

Some help by Microsoft here...
http://msdn.microsoft.com/en-us/library/dd373487(v=vs.85).aspx
ErnestoNet 17-Oct-12 7:23am View    
Writing your own CEdit derived control will be a lot of work (even with the help of the article). You're right to use the rich edit till you have time.
ErnestoNet 28-Jul-12 10:47am View    
Right. +5.

I don't know if singularity is written in C#....
http://geekswithblogs.net/Podwysocki/archive/2008/03/11/120477.aspx
http://singularity.codeplex.com/

Also, tinyOS:
http://www.hanselman.com/blog/TinyOSBlastFromThePast.aspx
ErnestoNet 6-Jun-12 9:49am View    
sm_img.ReleaseDC();
You're right, I forgot to release the DC.
With the line you added it should work.
ErnestoNet 1-Feb-12 7:17am View    
Sorry, English is not my natural language. I meant that you may need another CFormView (instead of a CView).