On screen graphics?

I'm not even sure that's what I want or that its the correct name.
I'm not that experienced but I need to do this and currently don't even know how to start looking.
Eventually my program will be running as a widows service. On certain events I'd like to display an image like an on screen graphic. Like what you'd get when you toggle your wireless on most laptops for example. And its not the same as displaying an image in a window, which I know how to do.

I'm developing in Visual Studio 2008.
There's probably something in the Windows API for that. However, if you can't find anything, then maybe you can find something here:
http://www.sfml-dev.org/

-Albatross
You need to create an undecorated window that you can show and hide.
Topic archived. No new replies allowed.