icon problem!!!

hi everyone!!
well i mad my openGL proragme completely…and its working fine…but now what i want is…when i compile it visual C++…the executable file which it makes in debug folder has a white rectagular icon…which i really dont like.,…i want the programe to make executable file of the icon which i want…according to theme of my game…
is this possible…(i am sure it is)…anyone who can help…please reply…
thanks in advance…
-prafs

This is not an OpenGL question.

You can add project resources to a visual studio project for this kind of thing (not sure if MFC or .NET use are required), somewhere in the project you will be able to import or paint the application icon. OTOH try adding a .ico next to the .exe with the same name.

Please look to other forums online for answere to generic windows programming questions that aren’t OpenGL questions.