|
Wednesday, September 02, 2009 - 8 Posts by 3 People
I have OnTimer set to 60 seconds to run Docmd.Save.
When the user is typing on the textbox entering
of the textbox.
It's a nuisance that repeats every 60 seconds. How do I prevent the cursor in a ...
to prevent that, I want the cursor to be where the user is still typing.First off, I have to believe
|
|
Thursday, October 29, 2009 - 7 Posts by 5 People
How can i change the format of my textbox into two decimal places
"#,###.00"
i used mask textbox
numbers of any length?
Masked textbox will not allow entering numbers longer than shown on the mask
. Validate user input as it's made and prevent the user entering any character that would make the control
|
|
Friday, September 11, 2009 - 14 Posts by 3 People
I need to delete text from a textarea or a multiline textbox with Readonly set to True, in my
Hey,
Can I ask why you need to do this?
Are you trying to prevent the user from entering HTML
into your textbox? If so, ASP.Net will prevent unsafe input from the user being submitted by default
|
|
Thursday, November 05, 2009 - 5 Posts by 3 People
entered a number then moved the cursor back to start //of textbox then still only allow a 1 or 2
. If user entered a number then moved the cursor back to start //of textbox then still only allow
Hi,
i need to block input if first char 2 and second char must not be more 5. And first char input must be 1 or 2. Specifically...
|
|
Wednesday, July 01, 2009 - 8 Posts by 2 People
Click event.
Can I know how to prevent this textbox leave event or how can i catch/control
in a textbox Leave event. I will go check whether this ID is already exist in DB or not. If exist
with it. The TextBox validates for a numeric value. Try entering different values and then leaving
|
|
Thursday, November 17, 2005 - 6 Posts
On this page,
entering "Carriage return" does no postback.
How can I prevent a postback
. If this page is
running and I set the cursor in this control and
enter "Carriage return", the page does
I doesn't want). If I
> include a second HTML INPUT control on this page,
> entering "Carriage
|
|
Wednesday, March 18, 2009 - 12 Posts by 3 People
Hi,
I added a multiline textbox to my form.
I only wanted that users can add 3 lines.
This code
of the right mouse paste button
- When i use the code below. When i'm in my textbox on line 3 with my cursor...
= String.Empty End If End Sub
Note two things:
1. The textbox control doesn't increase the line count until
|
|
Wednesday, October 21, 2009 - 5 Posts by 5 People
To prevent the edit box to process the OnClick event and show the intermitent cursor inside. When
I have a GUI with a flat style for the buttons. I would like to use TextBox controls with the same
set by default to a "flat" style.
Set the BorderStyle of the TextBox to FixedSingle .
Update
|
|
Monday, August 17, 2009 - 5 Posts by 3 People
Is is possible to Remove the focus or cursor from a Text Box by clicking on the UserForm itself
to it. How can I remove focus from the Text Box?
Also I'm not wanting to Prevent Focus, just remove
UserForms cannot take focus. Add a TextBox, make it flat and the same color as your UserForm
|
|
Friday, August 07, 2009 - 10 Posts by 4 People
I am using Visual Studio 2008.
What i am trying to accomplish is a textbox
default data
of insert over method so when you go to the textbox only one char is highlighted at a time to change
to determine whether this was an allowed character pressed private void textBox_KeyPress(object sender
|
)