![]() |
Visible form but without interaction.
Hello, I make a simple application just for fun that it will convert the whole desktop into an aquarium (or varied themes) :icon_wink:. Currently, I have figured out what to do but I would like gather some other opinions just to make sure that I do not do anything wrong.
I have a form that:
I will use this form for varied GDI+ algorithms (pixel capturing,editing,and display) while passing all user input (like mouse, keyboard and other available focus functions) to desktop environment, as normal. This form must be visible to user's eye, but invisible to focus and input (act like a "ghost" form). How can I do that? Thanks! |
Re: Visible form but without interaction.
So, in other words, you want to draw directly to the Desktop? I don't know how to do this in .NET (or if you can), but if you go down to the native Windows programming level you can get the Device Context of the desktop and then treat it like any other window. You can do this in VC++ using:
:
|
| All times are GMT -5. The time now is 4:05 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC