Tagged Questions

0
votes
4answers
32 views

How to create a function and call it on event.

Hello, I've included code for my textbox/textarea counter I put together. (hope it doesn't get mangled in my post...) The script works quite well, however I know my code is ridiculously bloated due …
0
votes
2answers
31 views

Disable backspace in textbox

I have a textbox which is extended by an Ajax Control Toolkit calendar. I want to make it so that the user cannot edit the textbox and will have to instead use the calendar extender for input. I …
0
votes
3answers
61 views

Linking a variable and a text box in Java

Hi, How can I link a variable and a text box in the simplest possible way? I.e. If the user changes the text box contents the variable changes and if the program changes the variable the text in the …
2
votes
2answers
23 views

Usercontrols asp.net textbox/validator controls

Hi all, I want to combine a textbox and several validator controls into 1 usercontrol. Is this possible with the intent to keep some fields dynamic like textbox:cssclass textbox:id textbox:width …
0
votes
2answers
55 views

Textbox Event Handling

I have a form that has textboxes that display various code values. If I click within one of the textboxes that displays a code, how do i show the description value from the listview subitem into an …
1
vote
1answer
40 views

WPF Textbox Background Color based on text length

I have a textbox in a listview itemtemplate. I want to change the background color of the textbox to red whenever the length is greater than 75 characters, and I need the background color to update …
0
votes
1answer
31 views

How can I make the WPF TextBox scroll text into caret position?

The standard WPF TextBox control does not scroll the overflowing text into caret position as one types text into the control. Is it possible to create this behavior in a singeline WPF TextBox control? …
0
votes
4answers
62 views

Add text in textbox that will show only when clicked.

I load files to a TextBox, and I would like some of the information to be hidden and replaced with a LinkLabel (that says something like 'click me to see more'). only when the LinkLabel is clicked …
0
votes
3answers
38 views

Drawing controls with GDI on Compact Framework

I need to draw a textbox in a Compact Framework app, but using directly a Graphics object. I've found the Control.DrawToBitmap method, which I could use for drawing with GDI, but it's not available …
1
vote
2answers
35 views

Textbox related Question: Validating Like it was a DatagridView Cell

Hello... I need to validate a textbox as follows: When the user changes focus from that textbox, I want to show the properly formated currency value, but without lost the real user-entered value, …
0
votes
3answers
62 views

Set cursor at a length of 14 onfocus of a textbox

Hai Guys, I want to set cursor at a position of length 14 on a textbox which will not have a value.. Iknow initially cursor will be at 0 i want it to be at 14
0
votes
1answer
35 views

TextBox.ScrollToEnd doesn’t work when the TextBox is in a non-active tab

Hi Our application starts several background processes and put their output into TextBoxes - each in a separate TabItem in a TabControl. I want the TextBoxes to automatically scroll to show the last …
0
votes
1answer
30 views

WPF DevExpress TextEdit - “ * “ for Password input.

Hello, how I can use TextEdit component for passwords input?I want to se some "*" or "#" or another symbol when I type the password. Is there some property, where i can set such a thing?
0
votes
3answers
59 views

TextBox with automatic culture formatting?

I'm trying to create a TextBox that only allows positive integer input, and that should display the input with culture-specific formatting automatically (in this case en-US, so it should use the ',' …
0
votes
1answer
29 views

Adding events like Oncopy,Oncut,Onpate to a dynamically generated text box

Hai Guys, How to add events like oncopy,onpaste to a dynamically generated textbox in a windows form applications...

1 2 3 4 5 31 next
15 30 50 per page