Hello,
is there any way how to force application to lose focus in any other possible controls where the focus could be?
We are developing an application where there is silverlight and asp.net combined. When a dialoguebox in silverlight is displayed where user can write a value but when the user clicks outside of this dialoguebox to a textbox that is in asp.net it creates two focuses.
Is there any way...
Search Result
Collapse
7 results in 0.0046 seconds.
Keywords
Members
Tags
-
WebBrowser Class stealing focus from Drop Down List
The WebBrowser Class is stealing focus from a drop down style combobox when the user has clicked the drop down list. I put logic in the WebBrowser.Docu mentCompleted() event to SetFocus back to the original control. However, this doesn't prevent the drop down list being closed while the user is trying to select an item from it. -
change focus when textarea overflows
Hi,
I have 2 fixed width and height textareas. with transparency and scroll bars/border hidden.
I am letting people type text into the 1st textarea....whe n they type enough text to cause the textarea to overflow/require scrolling(verti cally) i would like the focus to shift to the 2nd textarea automatically.
I tried using element.scrollH eight but it only returns the height not including vertical scroll.... -
tabcontrol hair pull
I am pulling my hair out as this should be simple and is not.
In the main form I have a Tabcontrol I have 3 tabs and when I start the program I want to have the middle tab up. This never seems to happen.
this.tabControl 1.TabPages[1].Select();
I have also tried
this.tabControl 1.TabPages[1].Show();
this.tabControl 1.TabPages[1].Focus();
I would try
this.tabControl 1.TabPages[1].Blowup(yeahh1! !!);... -
How to detect which element is in focus
How can I find out which element has focus?
I know how to do it in IE, but I need something for Firefox.
Thanx -
form text input focus oddity in ie6
I've got this contact form that I created from an existing spry form.
Technical Support Form
Firefox and Chrome don't have an issue. In IE6, when I try to click into the text field nothing happens. You can hover around all you want but the cursor will not change. Only the top pixel or two will let you click into it, or tabbing works too, but the audience we are working with is accustomed to clicking into text boxes.
... -
asp.net how do you find the TextBox that had focus when the post happened
Is there a way to know which control had focus when the post in the browser happened ?
Thank you in advance.