I would like to draw some graphics using VC++ and then to be able to modify them usind the mouse, someting simmilar to Ms Paint.
Does anyone have any idea how can I do it?
Thank you.
What do you want to know about: WinAPI, MFC, or something else? Like Ion said, this is pretty basic -- drawing graphics in MFC basically requires an understanding of the direct context and event handlers. If you are interested in drawing simple graphics in MFC, look up CDC, CClientDC, and CPaintDC classes in MSDN.
I would like to be able to create graphics using the mouse, and drag and drop them. I know to draw a graphic, but I don't really know what should I be using to be able to drag and drop them after.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.