473,387 Members | 1,890 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

experts... How do i click through windows

this is a repost because i have my douts that my old one
will ever be answered.

I have a 50% transparent window that is on top of the
desktop. I want the user to be able to click 'Through
the transparent window' onto objects behind it ... my
computer.

The transparent window does not need force it just needs
to be ontop of all the other windows.

another example is .. if you press alt-ctrl-del to bring
up task manager how can i program the window to pass
mouse clicks on it to the window behined it, if task
manger is my program?

I hope this is clear enough to answer :)
and thanx for your time.

Nov 15 '05 #1
5 2021
When you are using task manager, if it is always on top, the only way to
click past it is if you are off of the task manager window. I don't know how
you would access the desktop to find location of icons that correspond to
the location of your mouse click in your form.
<an*******@discussions.microsoft.com> wrote in message
news:05****************************@phx.gbl...
this is a repost because i have my douts that my old one
will ever be answered.

I have a 50% transparent window that is on top of the
desktop. I want the user to be able to click 'Through
the transparent window' onto objects behind it ... my
computer.

The transparent window does not need force it just needs
to be ontop of all the other windows.

another example is .. if you press alt-ctrl-del to bring
up task manager how can i program the window to pass
mouse clicks on it to the window behined it, if task
manger is my program?

I hope this is clear enough to answer :)
and thanx for your time.
Nov 15 '05 #2
It sounds like you are trying to take control of the desktop, and see every
keystroke and mouseclick, yet still allow the user to use the functionality
of other programs. Is this what you are trying to accomplish?

The way that you describe is difficult to achieve.

If you share the reason for what you are trying to accomplish, we may be
able to help you find another way to accomplish it that would be a bit
simpler.

--- Nick

<an*******@discussions.microsoft.com> wrote in message
news:05****************************@phx.gbl...
this is a repost because i have my douts that my old one
will ever be answered.

I have a 50% transparent window that is on top of the
desktop. I want the user to be able to click 'Through
the transparent window' onto objects behind it ... my
computer.

The transparent window does not need force it just needs
to be ontop of all the other windows.

another example is .. if you press alt-ctrl-del to bring
up task manager how can i program the window to pass
mouse clicks on it to the window behined it, if task
manger is my program?

I hope this is clear enough to answer :)
and thanx for your time.

Nov 15 '05 #3
umm no you r rong you have a problem reading?
well i have a problem writing

-----Original Message-----
It sounds like you are trying to take control of the desktop, and see everykeystroke and mouseclick, yet still allow the user to use the functionalityof other programs. Is this what you are trying to accomplish?
The way that you describe is difficult to achieve.

If you share the reason for what you are trying to accomplish, we may beable to help you find another way to accomplish it that would be a bitsimpler.

--- Nick

<an*******@discussions.microsoft.com> wrote in message
news:05****************************@phx.gbl...
this is a repost because i have my douts that my old one
will ever be answered.

I have a 50% transparent window that is on top of the
desktop. I want the user to be able to click 'Through
the transparent window' onto objects behind it ... my
computer.

The transparent window does not need force it just needs
to be ontop of all the other windows.

another example is .. if you press alt-ctrl-del to bring
up task manager how can i program the window to pass
mouse clicks on it to the window behined it, if task
manger is my program?

I hope this is clear enough to answer :)
and thanx for your time.

.

Nov 15 '05 #4
ok task manager was an example
i just want to beable to click through a form ... i
want 'windows' to ingnore my window and pass events to the
other windows..

-----Original Message-----
When you are using task manager, if it is always on top, the only way toclick past it is if you are off of the task manager window. I don't know howyou would access the desktop to find location of icons that correspond tothe location of your mouse click in your form.
<an*******@discussions.microsoft.com> wrote in message
news:05****************************@phx.gbl...
this is a repost because i have my douts that my old one
will ever be answered.

I have a 50% transparent window that is on top of the
desktop. I want the user to be able to click 'Through
the transparent window' onto objects behind it ... my
computer.

The transparent window does not need force it just needs
to be ontop of all the other windows.

another example is .. if you press alt-ctrl-del to bring
up task manager how can i program the window to pass
mouse clicks on it to the window behined it, if task
manger is my program?

I hope this is clear enough to answer :)
and thanx for your time.
.

Nov 15 '05 #5
Im not sure about translucent forms, but you can already click through fully
transparent forms, maybe that'll give you a lead.( e mail me if you get it
working ).
<an*******@discussions.microsoft.com> wrote in message
news:05****************************@phx.gbl...
this is a repost because i have my douts that my old one
will ever be answered.

I have a 50% transparent window that is on top of the
desktop. I want the user to be able to click 'Through
the transparent window' onto objects behind it ... my
computer.

The transparent window does not need force it just needs
to be ontop of all the other windows.

another example is .. if you press alt-ctrl-del to bring
up task manager how can i program the window to pass
mouse clicks on it to the window behined it, if task
manger is my program?

I hope this is clear enough to answer :)
and thanx for your time.

Nov 15 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
by: ByteSize | last post by:
Dear All, Please, this is not meant to be offensive - but it is a challenge !!! I have posted on over a dozen so called 'vb.net' expert / blog sites - in the vain hope of finding a complete,...
3
by: Andrej Hristoliubov | last post by:
I am the best c++ programmer in the whole wide world. Trust ME! My reference is Victor Bazarov,Valentin Samko,Alf P.Steinbach( Me and Alf actually intern together at Microsoft), and Bjarne...
3
by: Neil Wallace | last post by:
Hi, This is an odd one. I've been struggling to get "double click" to work well for my controls. The same event handler works perfectly for buttons, but not for labels. Can anyone tell me...
3
by: Morten Snedker | last post by:
If I have a number of random applications open, move the mouse cursor to a given position and do a click, the application gets the focus. That is what this simple code should illustrate: Dim...
4
by: MrHelpMe | last post by:
Hello experts, Using asp with javascript and after reading many articles I found that 1 way to hide url is to use frames. However, my application has a form in which the user enter's values and...
1
by: Ahmed Yasser | last post by:
Hi all, i have a problem with the datagridview sorting, the problem is a bit complicated so i hope i can describe in the following steps: 1. i have a datagridview with two columns...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.