Click here to Skip to main content
15,881,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionArray of Strings Pin
T.RATHA KRISHNAN12-Aug-10 19:31
T.RATHA KRISHNAN12-Aug-10 19:31 
AnswerRe: Array of Strings PinPopular
Niklas L12-Aug-10 22:08
Niklas L12-Aug-10 22:08 
AnswerRe: Array of Strings Pin
Richard MacCutchan12-Aug-10 22:38
mveRichard MacCutchan12-Aug-10 22:38 
AnswerRe: Array of Strings Pin
Moak13-Aug-10 1:06
Moak13-Aug-10 1:06 
QuestionInfo On DLLEXPORT Pin
Hari_1612-Aug-10 18:47
Hari_1612-Aug-10 18:47 
AnswerRe: Info On DLLEXPORT Pin
«_Superman_»12-Aug-10 19:07
professional«_Superman_»12-Aug-10 19:07 
AnswerRe: Info On DLLEXPORT Pin
KarstenK12-Aug-10 21:42
mveKarstenK12-Aug-10 21:42 
QuestionRotate Rectangle Pin
raju_shiva12-Aug-10 18:22
raju_shiva12-Aug-10 18:22 
Hi sir,
I have origin axis(500,300) and x1,x2,y1,y2.
I want to draw a rectangle and rotate it with the given

I am able to draw a rectangle.
But how can i rotate a rectangle with given degree
Any idea will be helpful

Here is my code
center origin(center.x,center.y);
x1=50,2=50,y1=50,y2=50;
MoveToEx(pCellInfo->hDC,center.x-x1,center.y-y2,NULL);
Rectangle(pCellInfo->hDC,center.x-x1,center.y-y2,center.x+x2,center.y+y1);


Thanks in advance
Raj
AnswerRe: Rotate Rectangle Pin
CPallini12-Aug-10 21:45
mveCPallini12-Aug-10 21:45 
QuestionHooking a driver to check application Pin
Fareed Rizkalla12-Aug-10 10:11
Fareed Rizkalla12-Aug-10 10:11 
QuestionInvalidate() Error CDialog Pin
mohit`1212-Aug-10 6:24
mohit`1212-Aug-10 6:24 
AnswerRe: Invalidate() Error CDialog Pin
Niklas L12-Aug-10 7:50
Niklas L12-Aug-10 7:50 
GeneralRe: Invalidate() Error CDialog Pin
mohit`1213-Aug-10 4:53
mohit`1213-Aug-10 4:53 
GeneralRe: Invalidate() Error CDialog Pin
mohit`1213-Aug-10 7:11
mohit`1213-Aug-10 7:11 
GeneralRe: Invalidate() Error CDialog Pin
Niklas L13-Aug-10 21:10
Niklas L13-Aug-10 21:10 
GeneralRe: Invalidate() Error CDialog Pin
mohit`1215-Aug-10 10:38
mohit`1215-Aug-10 10:38 
GeneralRe: Invalidate() Error CDialog Pin
Niklas L15-Aug-10 22:28
Niklas L15-Aug-10 22:28 
GeneralRe: Invalidate() Error CDialog Pin
mohit`1216-Aug-10 3:30
mohit`1216-Aug-10 3:30 
GeneralRe: Invalidate() Error CDialog Pin
Niklas L16-Aug-10 9:15
Niklas L16-Aug-10 9:15 
GeneralRe: Invalidate() Error CDialog Pin
mohit`1216-Aug-10 9:32
mohit`1216-Aug-10 9:32 
GeneralRe: Invalidate() Error CDialog Pin
Niklas L16-Aug-10 10:22
Niklas L16-Aug-10 10:22 
GeneralRe: Invalidate() Error CDialog Pin
mohit`1216-Aug-10 18:14
mohit`1216-Aug-10 18:14 
GeneralRe: Invalidate() Error CDialog Pin
mohit`1217-Aug-10 9:11
mohit`1217-Aug-10 9:11 
GeneralRe: Invalidate() Error CDialog Pin
Niklas L17-Aug-10 10:33
Niklas L17-Aug-10 10:33 
GeneralRe: Invalidate() Error CDialog Pin
mohit`1218-Aug-10 5:34
mohit`1218-Aug-10 5:34 

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.