
08-30-2005, 06:57 PM
|
|
Newcomer
|
|
Join Date: May 2004
Location: Las Vegas, NV!
Posts: 21
|
|
[Dev-C++] Center GIF, Always on Top.
|
Hey, I am helping to develop a game in C++, and I am using the free Dev-C++ IDE.
I was wondering how I would go about making a totally clear and invisible C++ window (no menus or GUI needed, not even a way to end the program, I will take care of that) that ONLY displays a 63*63 pixel GIF image in the center of the screen, and the GIF image has transperancy.
This program must be on top of ALL other programs, such as media players, browsers, etc.
I have tried this in VB6, but it would not be on top of ALL other windows.
Thanks.

|
|