Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all.
I am wondering how to select and be able to hover over an invisible control and let it respond to the user's actions. It needs to be over other controls that also respond to user's actions.
I have searched everywhere and nothing has come up.
Thanks,
iProgramIt

EDIT: Doesn't matter. I found my solution.
Posted
Updated 9-Aug-15 12:49pm
v2
Comments
sreeyush sudhakaran 9-Aug-15 2:30am    
why you want to select or hover event for a invisible control?
sreeyush sudhakaran 9-Aug-15 2:33am    
Did you mean on mouse hover the invisible control should be visible?
Ralf Meier 9-Aug-15 6:32am    
For an invisible control I see problems.
What about an enabled control ?
Or perhaps a customized control which isn't really invisible but could respond to you ?

What is exactly your requirement ?
Sergey Alexandrovich Kryukov 9-Aug-15 11:52am    
The question makes no sense, because you are not telling us what application type UI framework/library you mean.
—SA
Aravindba 9-Aug-15 22:39pm    
If it is control invisible,then how know user in that place have control ? user simply mouser hover to each and every pixels of browser ? ,i think u need mouse hover for disable control.In disable control u can get mouse hover.
But in invisible control u simply pass value and get back for example textbox make as visible false and u can pass value to that textbox,but cant mouse hover

1 solution

Please see my comment to the question. Also, it's not clear what could you possibly mean by "selection", but whatever it is, it cannot be applied to a hidden control. Not that it's just impossible, it does not even make any sense.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900