Click here to Skip to main content
16,005,149 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: All, solution...fix...whatever. Pin
Tim Deveaux4-Sep-01 14:03
Tim Deveaux4-Sep-01 14:03 
GeneralMultiple Document Extensions Pin
Frank Deo30-Aug-01 13:49
Frank Deo30-Aug-01 13:49 
GeneralRe: Multiple Document Extensions Pin
Ben Burnett30-Aug-01 15:04
Ben Burnett30-Aug-01 15:04 
GeneralRe: Multiple Document Extensions Pin
Frank Deo30-Aug-01 15:53
Frank Deo30-Aug-01 15:53 
Questioncreating/changing icons? Pin
30-Aug-01 12:19
suss30-Aug-01 12:19 
AnswerRe: creating/changing icons? Pin
Paolo Messina30-Aug-01 23:57
professionalPaolo Messina30-Aug-01 23:57 
GeneralRe: creating/changing icons? Pin
31-Aug-01 3:10
suss31-Aug-01 3:10 
AnswerRe: creating/changing icons? Pin
Paul A. Howes31-Aug-01 3:35
Paul A. Howes31-Aug-01 3:35 
If you would like to create an animated icon with a fixed animation, you can do as someone else suggested, and use an animated cursor resource. There is a page in the MSDN that describes how to do this without using MFC. Basically, there's not much difference between an icon and a cursor, so they can be used interchangably for this purpose.

Another idea would be to use a bitmap instead of an icon. Then you could update the bitmap in its raw RGB/DIB form, and bitblt it on to the screen as needed. This would allow you to generate the frames on-the-fly, intstead of having to rely on pre-stored animations.


--
Paul

"I drank... WHAT?"
GeneralMSXML SAX Attributes Question Pin
Michael A. Barnhart30-Aug-01 12:15
Michael A. Barnhart30-Aug-01 12:15 
GeneralRe: MSXML SAX Attributes Question Pin
Alwin7530-Aug-01 20:53
Alwin7530-Aug-01 20:53 
GeneralRe: MSXML SAX Attributes Question Pin
Michael A. Barnhart31-Aug-01 0:29
Michael A. Barnhart31-Aug-01 0:29 
GeneralVisual Studio directories Pin
Michael P Butler30-Aug-01 11:09
Michael P Butler30-Aug-01 11:09 
GeneralRe: Visual Studio directories Pin
Tomasz Sowinski30-Aug-01 11:20
Tomasz Sowinski30-Aug-01 11:20 
GeneralAPI call Required Pin
30-Aug-01 10:41
suss30-Aug-01 10:41 
GeneralProgramatically updating windows 'appearance' color settings, such as desktop and title bar Pin
Jase Jennings30-Aug-01 10:29
Jase Jennings30-Aug-01 10:29 
GeneralRe: Programatically updating windows 'appearance' color settings, such as desktop and title bar Pin
Tomasz Sowinski30-Aug-01 10:33
Tomasz Sowinski30-Aug-01 10:33 
GeneralRe: Programatically updating windows 'appearance' color settings, such as desktop and title bar Pin
Jase Jennings30-Aug-01 10:58
Jase Jennings30-Aug-01 10:58 
Questionwhat's alpha and intel platform ? Pin
30-Aug-01 10:23
suss30-Aug-01 10:23 
AnswerRe: what's alpha and intel platform ? Pin
Tomasz Sowinski30-Aug-01 10:37
Tomasz Sowinski30-Aug-01 10:37 
GeneralRe: what's alpha and intel platform ? Pin
30-Aug-01 11:05
suss30-Aug-01 11:05 
GeneralWindow in a DLL Pin
Jamie Nordmeyer30-Aug-01 10:18
Jamie Nordmeyer30-Aug-01 10:18 
GeneralRe: Window in a DLL Pin
Tomasz Sowinski30-Aug-01 10:31
Tomasz Sowinski30-Aug-01 10:31 
Generalmemset Pin
30-Aug-01 9:22
suss30-Aug-01 9:22 
GeneralRe: memset Pin
Ravi Bhavnani30-Aug-01 9:30
professionalRavi Bhavnani30-Aug-01 9:30 
Questionftp & smb support...what should I use? Pin
Amit Dey30-Aug-01 8:44
Amit Dey30-Aug-01 8:44 

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.