Click here to Skip to main content
15,890,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Regarding HtmlView class in MFC Pin
David Crow29-Apr-08 3:08
David Crow29-Apr-08 3:08 
GeneralRe: Regarding HtmlView class in MFC Pin
H4u3229-Apr-08 3:54
H4u3229-Apr-08 3:54 
GeneralRe: Regarding HtmlView class in MFC Pin
David Crow29-Apr-08 4:30
David Crow29-Apr-08 4:30 
GeneralRe: Regarding HtmlView class in MFC Pin
H4u3229-Apr-08 18:55
H4u3229-Apr-08 18:55 
QuestionRe: Regarding HtmlView class in MFC Pin
David Crow30-Apr-08 3:11
David Crow30-Apr-08 3:11 
GeneralRe: Regarding HtmlView class in MFC Pin
H4u3229-Apr-08 18:59
H4u3229-Apr-08 18:59 
GeneralRe: Regarding HtmlView class in MFC Pin
Rajkumar R29-Apr-08 4:08
Rajkumar R29-Apr-08 4:08 
QuestionHow to move cirlce in MFC? Pin
Shirani28-Apr-08 21:24
Shirani28-Apr-08 21:24 
Hey how can i move CClientDC object in client window using mouse ?
i did it but it show last cicle on screen. If i do Invalidate to TRUE it moves the circle but did'nt show properly in Dialog box.

if((nFlags & MK_LBUTTON)==MK_LBUTTON)
{
CClientDC obj(this);
x=(point.x)-50;
y=(point.y)-50;
obj.Ellipse(x,y,x+100,y+100);
}
Invalidate(FALSE);


So what should i do ???

Regards:
Xohaib Shirani

GeneralRe: How to move cirlce in MFC? Pin
CPallini28-Apr-08 21:29
mveCPallini28-Apr-08 21:29 
GeneralRe: How to move cirlce in MFC? Pin
Shirani28-Apr-08 22:01
Shirani28-Apr-08 22:01 
GeneralRe: How to move cirlce in MFC? Pin
CPallini28-Apr-08 22:09
mveCPallini28-Apr-08 22:09 
GeneralRe: How to move cirlce in MFC? Pin
Shirani28-Apr-08 22:20
Shirani28-Apr-08 22:20 
QuestionRe: How to move cirlce in MFC? Pin
CPallini28-Apr-08 22:22
mveCPallini28-Apr-08 22:22 
AnswerRe: How to move cirlce in MFC? Pin
Shirani29-Apr-08 19:00
Shirani29-Apr-08 19:00 
GeneralRe: How to move cirlce in MFC? Pin
CPallini29-Apr-08 21:02
mveCPallini29-Apr-08 21:02 
QuestionRe: How to move cirlce in MFC? Pin
Rajkumar R29-Apr-08 21:42
Rajkumar R29-Apr-08 21:42 
AnswerRe: How to move cirlce in MFC? Pin
Shirani30-Apr-08 0:40
Shirani30-Apr-08 0:40 
QuestionZoom in MSCHART and calculate Plot area in Pixels Pin
sharda.bhagwatkar28-Apr-08 20:48
sharda.bhagwatkar28-Apr-08 20:48 
GeneralRe: Zoom in MSCHART and calculate Plot area in Pixels Pin
Cedric Moonen28-Apr-08 20:54
Cedric Moonen28-Apr-08 20:54 
GeneralRe: Zoom in MSCHART and calculate Plot area in Pixels Pin
sharda.bhagwatkar29-Apr-08 0:08
sharda.bhagwatkar29-Apr-08 0:08 
GeneralRe: Zoom in MSCHART and calculate Plot area in Pixels Pin
Cedric Moonen29-Apr-08 0:55
Cedric Moonen29-Apr-08 0:55 
GeneralRe: Zoom in MSCHART and calculate Plot area in Pixels Pin
sharda.bhagwatkar29-Apr-08 18:24
sharda.bhagwatkar29-Apr-08 18:24 
AnswerRe: Zoom in MSCHART and calculate Plot area in Pixels Pin
jain_sachit10-Dec-10 0:29
jain_sachit10-Dec-10 0:29 
Generalregarding client socket Pin
amit_pansuria28-Apr-08 20:09
amit_pansuria28-Apr-08 20:09 
GeneralRe: regarding client socket Pin
Sarath C28-Apr-08 21:22
Sarath C28-Apr-08 21:22 

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.