Click here to Skip to main content
15,886,199 members
Articles / Desktop Programming / MFC
Article

Color picking and Animating window

Rate me:
Please Sign up or sign in to vote.
2.00/5 (2 votes)
2 May 2005 17.3K   11  
This application to some extent gives idea about getting

Introduction

This application to some extent gives idea about getting

the value of the pixel under the cursor and animating a

window.

Actually i started this as a project to fetch the RGB

values of the pixels under the mouse cursor.

Then i'd thought of closing the application with some

nice animations.

I used AnimateWindow API to do this.  But i couldn't do

it directly.  so i got the help of GetModuleHandle() and

GetProcAddress() and a function pointer.

Go thro' the code and fire me any suggestions,

guidelines(of course i know the work is not a much

sophisticated one.) to plseenivasan@yahoo.com.sg :)

Hope this small app would be useful.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
India India
Seenivasan

Comments and Discussions

 
-- There are no messages in this forum --