Click here to Skip to main content
15,891,942 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all, I have written a MFC application in Visual C++ and I'd like to add something like a fancy effect (a rotating 3D logo or something like that, I already have a logo to insert into) in the about window.

For once, I am not asking for help solving a big programming trouble.. but I am asking if you know some nice effect (which does not involve using DirectX or heavy libraries) to add the credits window in order to say: "Hey look here, I can do nice things too!"

Thank you for any suggestion :)
Posted

I'd do a non standard shaped window, lots of info online about that. Something rotating without DirectX, unless it's just an animated GIF or something, is likely to look chunky, I reckon.

Just scrolling text can look cool, too.

If you want motion, I suggest you render frames, then use a timer to just jump between them, and make sure you double buffer it.
 
Share this answer
 
Comments
4288 19-Jul-10 3:23am    
Reason for my vote of 3
Nice idea
A shaped window with scrolling text sounds good and not too bad to implement (I suppose)


Thank you for the idea, I think I'll proceed this way
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900