![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Sep 2007
Posts: 5
Rep Power: 0
![]() |
Question about clicking through a window
Hello I was wondering if anyone knows of a way in C# to click through the window. What I am trying to do is make a picture in the back of the widow semi transparent and I want it to be on top of the rest of the windows but also beable to click through it with it still remaining on top. I was thinking of maybe somehow redirecting the click on the window to under the window. But if you all have any other ideas of how to do this please post lol just wanted to do somthing interesting. Thanks
![]()
__________________
http://www.CrazyMaxsMall.com My new site sells just about everything at very competitive prices! Even up to 75% off MSRP on some products! Sorry for the ad spam there <--- just hard to build a brand name on the net lol. Seriously though I have worked really hard on this site to get the distributors, warehouses and much more lined up so check it out ;P |
|
|
|
|
|
#2 |
|
Not a user?
Join Date: Sep 2007
Posts: 245
Rep Power: 1
![]() |
I was fooling around in VB and tried to make a window that was invisible and borderless and would cover the desktop so that you could see the desktop and not be able to click it, but I was able to click through it to the desktop. Don't know if this will help you at all.
|
|
|
|
|
|
#3 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
The screen is a two-dimensional entity. The values applied to the pixels are arrived at by performing any one of a few logical combinations of the data that might represent "competing" windows. Generally, the top level window in the z-order will rule, and will receive the clicks. There are methods for setting other windows to "capture" the clicks, however. Refer to your documentation.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
![]() |
| 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 |
| Get Window Class by clicking it. | bigguy | Visual Basic .NET | 3 | Jan 25th, 2007 10:47 AM |
| Char[11] -> LPCWSTR | Kilo | C++ | 5 | May 30th, 2006 3:47 AM |
| Attitudes | Oddball | Coder's Corner Lounge | 29 | Mar 18th, 2006 9:34 PM |
| GUI Progress Bar | badbasser98 | C++ | 55 | Nov 4th, 2005 7:28 AM |
| Arranging Views of Project Explorer, Property window and Form Layout | java_roshan | Visual Basic | 6 | Sep 30th, 2005 2:55 PM |