PDA

View Full Version : how i can create a transparent form an draw on it?



Con Nít
19th January 2011, 06:16
i want to create a application like this link : http://www.mediafire.com/?u8uj5cxcw565a36

is there anyone who has a code demo of a similar programme can help me ?

thanks !

Con Nít
19th January 2011, 15:53
Up ... help me :(

stampede
19th January 2011, 16:25
Maybe attach some screenshots instead of something .zip-ed, for convenient access.

Con Nít
19th January 2011, 17:04
sorry . this is a program image.
http://www.qtcentre.org/attachment.php?attachmentid=5782&d=1295456405&thumb=1&stc=1

wysota
19th January 2011, 18:00
Isn't it just manipulating the desktop wallpaper?

Con Nít
20th January 2011, 01:38
it is almost bare and always displayed higher than other programmes.

wysota
20th January 2011, 01:47
You could do it in Qt (create a widget covering the whole screen, make it translucent and paint your stuff) but the problem will be handling input events (your widget would steal all the mouse events from the screen if you don't explicitly forward them back to the desktop manager) so I think it's easier to do it by calling the native API directly.