Click here to Skip to main content
15,902,634 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to serialize __int64 Pin
basementman15-Jul-03 10:21
basementman15-Jul-03 10:21 
QuestionConverting lines to polygons? Pin
cdsmith15-Jul-03 7:37
cdsmith15-Jul-03 7:37 
AnswerRe: Converting lines to polygons? Pin
John R. Shaw15-Jul-03 9:20
John R. Shaw15-Jul-03 9:20 
GeneralRe: Converting lines to polygons? Pin
Ryan Binns15-Jul-03 14:49
Ryan Binns15-Jul-03 14:49 
GeneralRe: Converting lines to polygons? Pin
cdsmith16-Jul-03 3:35
cdsmith16-Jul-03 3:35 
GeneralRe: Converting lines to polygons? Pin
John R. Shaw16-Jul-03 6:12
John R. Shaw16-Jul-03 6:12 
QuestionRotating a shape within a bounding rect? Pin
cdsmith15-Jul-03 7:35
cdsmith15-Jul-03 7:35 
AnswerRe: Rotating a shape within a bounding rect? Pin
Ryan Binns15-Jul-03 14:48
Ryan Binns15-Jul-03 14:48 
Do you want to make the shape smaller so it fits, or clip the shape to the size of the box?

To make it smaller, you'll need to use your maths and recalculate the size of the shape.

To clip the shape to the box, use CRgn::CreateRectRgn() and CDC::SelectClipRgn() to create a rectangular region and clip the drawing to that region.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: Rotating a shape within a bounding rect? Pin
cdsmith16-Jul-03 3:40
cdsmith16-Jul-03 3:40 
GeneralRe: Rotating a shape within a bounding rect? Pin
Ryan Binns16-Jul-03 3:52
Ryan Binns16-Jul-03 3:52 
GeneralPipes and Child Process Pin
anqin15-Jul-03 7:26
anqin15-Jul-03 7:26 
GeneralDownload ActiveX Pin
Anonymous15-Jul-03 5:33
Anonymous15-Jul-03 5:33 
GeneralRe: Download ActiveX Pin
Iain Clarke, Warrior Programmer15-Jul-03 5:44
Iain Clarke, Warrior Programmer15-Jul-03 5:44 
GeneralRe: Download ActiveX Pin
Ryan Binns15-Jul-03 5:52
Ryan Binns15-Jul-03 5:52 
GeneralRe: Download ActiveX Pin
Iain Clarke, Warrior Programmer15-Jul-03 6:11
Iain Clarke, Warrior Programmer15-Jul-03 6:11 
GeneralRe: Download ActiveX Pin
Ryan Binns15-Jul-03 14:44
Ryan Binns15-Jul-03 14:44 
QuestionIs there any way to get this to work CString??? Pin
johnstonsk15-Jul-03 4:31
johnstonsk15-Jul-03 4:31 
AnswerRe: Is there any way to get this to work CString??? Pin
Ryan Binns15-Jul-03 5:05
Ryan Binns15-Jul-03 5:05 
GeneralRe: Is there any way to get this to work CString??? Pin
johnstonsk15-Jul-03 5:21
johnstonsk15-Jul-03 5:21 
GeneralRe: Is there any way to get this to work CString??? Pin
Ryan Binns15-Jul-03 5:48
Ryan Binns15-Jul-03 5:48 
GeneralRe: Is there any way to get this to work CString??? Pin
johnstonsk15-Jul-03 6:11
johnstonsk15-Jul-03 6:11 
GeneralRe: Is there any way to get this to work CString??? Pin
David Crow15-Jul-03 7:34
David Crow15-Jul-03 7:34 
GeneralRe: Is there any way to get this to work CString??? Pin
John M. Drescher15-Jul-03 7:59
John M. Drescher15-Jul-03 7:59 
GeneralRe: Is there any way to get this to work CString??? Pin
Ryan Binns15-Jul-03 14:40
Ryan Binns15-Jul-03 14:40 
GeneralRe: Is there any way to get this to work CString??? Pin
johnstonsk15-Jul-03 15:20
johnstonsk15-Jul-03 15:20 

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.