![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Mar 2008
Location: Athens
Posts: 1
Rep Power: 0
![]() |
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)
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! |
|
|
|
|
|
#2 |
|
Expert Programmer
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4
![]() |
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:
c++ Syntax (Toggle Plain Text)
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Calling form | Jabo | Visual Basic .NET | 2 | Mar 7th, 2008 4:08 PM |
| Show or hiding forms/modifying control properties ..from different a form.. | cloud- | C# | 4 | Nov 10th, 2006 10:51 AM |
| Form Submit Blues | MegaArcon | Python | 3 | Dec 14th, 2005 4:20 PM |
| .NET Timer Form closing issue | MBirchmeier | C# | 4 | Nov 21st, 2005 10:00 AM |
| entering data into excel from a form | glevine | Perl | 1 | Nov 18th, 2005 5:03 PM |