|
-
Oct 16th, 2006, 09:58 AM
#1
Thread Starter
Hyperactive Member
Send clicks to window behind
I have made a window that has only faint apperance (opacity = 10%). I can detect if click has been made in a non hot area, but do not know how to send the click to the window/app behind it. Is there an easy way to do this? I prefer not to use API functions, but will if I need to.
Thanks,
Dave
Visual Studio .NET 2005/.NET Framework 2.0
-
Oct 16th, 2006, 12:20 PM
#2
Addicted Member
Re: Send clicks to window behind
If you make a click to a window it will be active. Is that what you want ?
-
Oct 16th, 2006, 02:48 PM
#3
Frenzied Member
Re: Send clicks to window behind
i'm kinda confused. let me see if i'm right. the form has 10% opacity and you can see icons behind the form and you want to click the icon that is behind the form, right?
-
Oct 17th, 2006, 12:43 PM
#4
Thread Starter
Hyperactive Member
Re: Send clicks to window behind
 Originally Posted by Fromethius
i'm kinda confused. let me see if i'm right. the form has 10% opacity and you can see icons behind the form and you want to click the icon that is behind the form, right?
Yes, this is what I want to do. I want to make some tools that are only slightly visable and mostly see what is behind. What I am doing is placing hot spots on the window next to certain input fields. If I have to make a calculation, I will have a button to bring up the calculator right next to the field. (I don't have the code of the back program so adding buttons is not an option.) Basicaly the end need is to increase the input of records, thus cutting cost.
Visual Studio .NET 2005/.NET Framework 2.0
-
Oct 17th, 2006, 12:56 PM
#5
Frenzied Member
Re: Send clicks to window behind
If this is an external application that you are trying to control, which it sounds like it is, you are going to need to use APIs.
Here is a pretty good thread on mouse clicks and such.
http://www.vbforums.com/showthread.p...65#post2645165
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|