0
votes
1answer
18 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
37 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
3answers
50 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 ',' …
5
votes
2answers
2k views
How can you change the highlighted text color for a WPF TextBox?
The WPF TextBox natively makes use of the System Highlight color for painting the background of selected text. I would like to override this and make it consistent since it varies by OS/user theme.
…
0
votes
2answers
482 views
AutoComplete TextBox in WPF
Hi,
Can we make textbox to autocomplete in WPF?
I found a sample where a combox box is used and the traingle is removed by editing style template.
Do we better solution for autocomplete textbox?
…
0
votes
1answer
25 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...
0
votes
2answers
165 views
How to let AutoComplete in .NET Winforms 2.0 TextBox suggest even if the user input is contained in middle of of the suggestion items.
How to let AutoComplete in .NET Winforms 2.0 TextBox suggest even if the user input is contained in middle of the suggestion items?
0
votes
1answer
39 views
Get number of character selected in a multiline textbox in asp.net
Hai Guys, I have a multiline textbox and I have set MaxLength="160" ,also i have a label indicating number of characters remaining.... Now i want to get the number of characters selected by the user …
0
votes
1answer
29 views
Sending a Text Box control to the Printer?
I cannot seem to figure out how to send a text box control to print in Java.
The Program creates word search puzzles, now I would like to print them.
I simply want to print the text Box control as …
2
votes
3answers
120 views
How to bind SelectionStart Property of Text Box?
Hello.
I use this:
<TextBox x:Name="Test"/>
<TextBlock Text="{Binding SelectionStart, ElementName=Test}"/>
but it always shows 0.
How can I treat it?
Thank you.
0
votes
1answer
34 views
html helper syntax ?
hello all,
please tell me how to give the id to the html textbox
my html tag looks like this
<%=Html.TextBox("username")%>
please help me
Thanks
Ritz
0
votes
2answers
35 views
How to change text property of asp.net textbox with javascript
I have a textbox that I want to change text property of it with javascript, but I can't do.
My sample code below, Can anyone say what is wrong? Thanks...
function openAdresYeni(p) {
…
0
votes
1answer
18 views
Form Textbox Caching Problem
I have a PHP form, with various input fields and textboxes. If you submit and go back, all of the data that was submitted in the input fields remains, however the textboxes are blank. How can I get …
0
votes
4answers
27 views
WPF textbox and doubleclick
I am displaying Mac Address in a WPF application.
I want that mac address to be selectable to be copy/paste, so I am using ReadOnly TextBox
When the user double click I want to select the whole …
0
votes
3answers
48 views
text in text box
hi,
i am pretty new to the gwt framework and i am using it for building the ui of my web site,
i would like to make the text box have a text in it that once the user clicks on it for the first time, …
