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

im new to MFC..
just trying to draw circle and rectangle based on user option(if user selects circle then a circle will be drawn).
For this, i would like to know whether these drawings can be done inside the formview or we can add only controls inside the formview?

tks in advance!

Regards
Pramooth
Posted

1 solution

wrote:
For this, i would like to know whether these drawings can be done inside the formview or we can add only controls inside the formview?


Handle the paint event and you can draw anything you like.

To add, why did you ask this three times ? I've deleted the other two.
 
Share this answer
 
v2

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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