Click here to Skip to main content
15,920,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to rotate an icon? Pin
Randor 28-Jul-07 8:45
professional Randor 28-Jul-07 8:45 
GeneralRe: How to rotate an icon? Pin
eli1502197928-Jul-07 8:54
eli1502197928-Jul-07 8:54 
GeneralRe: How to rotate an icon? Pin
Mark Salsbery28-Jul-07 8:15
Mark Salsbery28-Jul-07 8:15 
GeneralRe: How to rotate an icon? Pin
eli1502197928-Jul-07 8:29
eli1502197928-Jul-07 8:29 
GeneralRe: How to rotate an icon? Pin
Mark Salsbery30-Jul-07 6:55
Mark Salsbery30-Jul-07 6:55 
AnswerRe: How to rotate an icon? Pin
Randor 28-Jul-07 7:07
professional Randor 28-Jul-07 7:07 
GeneralRe: How to rotate an icon? Pin
Randor 28-Jul-07 7:12
professional Randor 28-Jul-07 7:12 
GeneralRe: How to rotate an icon? Pin
GepardHH30-Jul-07 0:52
GepardHH30-Jul-07 0:52 
Hi,

you can mix the solutions.

first load the original icon as bitmap and rotate it 720 times,
store the bitmaps as 720 icons ( use CreateIcon() ),
than use the stored icons.

You need to do the computation only once at program start and avoid the
administration overhead of having 720 icons in the resource file. Smile | :)

Regards,
Georg


Regards,
Georg

Questioninvoking C# function from C++ Pin
George_George28-Jul-07 2:26
George_George28-Jul-07 2:26 
AnswerRe: invoking C# function from C++ [Edit] Pin
Eytukan28-Jul-07 3:31
Eytukan28-Jul-07 3:31 
GeneralRe: invoking C# function from C++ [Edit] Pin
George_George30-Jul-07 20:34
George_George30-Jul-07 20:34 
GeneralRe: invoking C# function from C++ [Edit] Pin
Eytukan30-Jul-07 20:59
Eytukan30-Jul-07 20:59 
GeneralRe: invoking C# function from C++ [Edit] Pin
George_George31-Jul-07 14:58
George_George31-Jul-07 14:58 
QuestionReading WAV files into IStream Pin
Anorexic Tribble28-Jul-07 2:25
Anorexic Tribble28-Jul-07 2:25 
AnswerRe: Reading WAV files into IStream Pin
Roger Broomfield28-Jul-07 3:07
Roger Broomfield28-Jul-07 3:07 
GeneralRe: Reading WAV files into IStream Pin
Anorexic Tribble28-Jul-07 4:24
Anorexic Tribble28-Jul-07 4:24 
QuestionWanted - "Command prompt" type component Pin
Robin Hilliard28-Jul-07 1:52
Robin Hilliard28-Jul-07 1:52 
AnswerRe: Wanted - "Command prompt" type component Pin
Hans Dietrich28-Jul-07 18:16
mentorHans Dietrich28-Jul-07 18:16 
Questiondraw image on glass in windows vista? Pin
pankaj garg iitd27-Jul-07 21:32
pankaj garg iitd27-Jul-07 21:32 
QuestionCListCtrl Pin
Kiran Pinjala27-Jul-07 21:11
Kiran Pinjala27-Jul-07 21:11 
AnswerRe: CListCtrl Pin
Don Box27-Jul-07 23:31
Don Box27-Jul-07 23:31 
AnswerRe: CListCtrl Pin
Michael Dunn28-Jul-07 9:32
sitebuilderMichael Dunn28-Jul-07 9:32 
AnswerRe: CListCtrl Pin
Nelek29-Jul-07 22:04
protectorNelek29-Jul-07 22:04 
AnswerRe: CListCtrl Pin
Hamid_RT31-Jul-07 21:07
Hamid_RT31-Jul-07 21:07 
Questionconvert from size_t to unsigned int Pin
George_George27-Jul-07 20:32
George_George27-Jul-07 20:32 

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.