Click here to Skip to main content
15,908,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PropertyPage - get parent CPropertySheet Pin
Jijo.Raj12-Dec-08 21:51
Jijo.Raj12-Dec-08 21:51 
GeneralRe: PropertyPage - get parent CPropertySheet Pin
john john mackey13-Dec-08 4:41
john john mackey13-Dec-08 4:41 
GeneralRe: PropertyPage - get parent CPropertySheet Pin
Jijo.Raj13-Dec-08 7:36
Jijo.Raj13-Dec-08 7:36 
Questiondrawing circles Pin
staticv12-Dec-08 3:47
staticv12-Dec-08 3:47 
GeneralRe: drawing circles Pin
Luc Pattyn12-Dec-08 3:52
sitebuilderLuc Pattyn12-Dec-08 3:52 
GeneralRe: drawing circles [modified] Pin
staticv12-Dec-08 3:57
staticv12-Dec-08 3:57 
GeneralRe: drawing circles Pin
CPallini12-Dec-08 4:10
mveCPallini12-Dec-08 4:10 
GeneralRe: drawing circles Pin
Nishad S12-Dec-08 4:13
Nishad S12-Dec-08 4:13 
It seems like you need to get rectangular coordinates that are used draw the circle using corresponding API.

If so, you need to get the first point (left,top) when the mouse button is down and get the last point (bottom, right) when the mouse button is released. Have a look at WM_LBUTTONDOWN and WM_LBUTTONUP messages, and if needed, WM_MOUSEMOVE... You can map them to OnLButtonDown, OnLButtonUp, etc., if you are using MFC.

I believe there will be sample codes in CP itself ( I didn't search yet... Wink | ;) )

- NS -
[ODBaseBtn]

GeneralRe: drawing circles Pin
enhzflep12-Dec-08 14:31
enhzflep12-Dec-08 14:31 
AnswerRe: drawing circles Pin
CPallini12-Dec-08 4:09
mveCPallini12-Dec-08 4:09 
GeneralRe: drawing circles Pin
Eytukan12-Dec-08 7:14
Eytukan12-Dec-08 7:14 
Question.rc file in visual studio 2008 express edition Pin
Sadaiyappan12-Dec-08 3:26
Sadaiyappan12-Dec-08 3:26 
AnswerRe: .rc file in visual studio 2008 express edition Pin
Iain Clarke, Warrior Programmer12-Dec-08 3:39
Iain Clarke, Warrior Programmer12-Dec-08 3:39 
AnswerRe: .rc file in visual studio 2008 express edition Pin
CPallini12-Dec-08 6:51
mveCPallini12-Dec-08 6:51 
QuestionConverting PCM to GSM06.10 with ACM Pin
CrazyDogg12-Dec-08 3:17
CrazyDogg12-Dec-08 3:17 
AnswerRe: Converting PCM to GSM06.10 with ACM Pin
Mark Salsbery12-Dec-08 5:18
Mark Salsbery12-Dec-08 5:18 
GeneralRe: Converting PCM to GSM06.10 with ACM Pin
CrazyDogg12-Dec-08 5:27
CrazyDogg12-Dec-08 5:27 
GeneralRe: Converting PCM to GSM06.10 with ACM Pin
Mark Salsbery12-Dec-08 5:56
Mark Salsbery12-Dec-08 5:56 
GeneralRe: Converting PCM to GSM06.10 with ACM Pin
Eytukan12-Dec-08 7:20
Eytukan12-Dec-08 7:20 
GeneralRe: Converting PCM to GSM06.10 with ACM Pin
Mark Salsbery12-Dec-08 7:25
Mark Salsbery12-Dec-08 7:25 
GeneralRe: Converting PCM to GSM06.10 with ACM Pin
Eytukan12-Dec-08 7:35
Eytukan12-Dec-08 7:35 
GeneralRe: Converting PCM to GSM06.10 with ACM Pin
Mark Salsbery12-Dec-08 7:40
Mark Salsbery12-Dec-08 7:40 
GeneralRe: Converting PCM to GSM06.10 with ACM Pin
Mark Salsbery12-Dec-08 7:42
Mark Salsbery12-Dec-08 7:42 
GeneralRe: Converting PCM to GSM06.10 with ACM Pin
Eytukan12-Dec-08 7:51
Eytukan12-Dec-08 7:51 
GeneralRe: Converting PCM to GSM06.10 with ACM Pin
Mark Salsbery12-Dec-08 7:58
Mark Salsbery12-Dec-08 7:58 

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.