Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys....

I am creating one VS 2005 application (MFC) , there I want to use Display on my application to display the characters on different coordinates. Is there any Display activex control for MFC applications ??

Pls let me know If anybody knew about it .....



Thanks.....,
Posted

1 solution

There are many many 'display' controls (either ActiveX or not) available. For instance, you may find some of them in Code Project articles (see the "Desktop Development » Static & Panel Controls"[^]).
Please not you might 'draw characters on different coordinates' just using GDI primitives (like, for instance the DrawText[^] function) in the OnPaint event handler.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900