selectedtext Questions

8

Solved

My WPF ComboBox contains only text entries. The user will select one. What is the simplest way to get the text of the selected ComboBoxItem? Please answer in both C# and Visual Basic. Here is my Co...
Swellhead asked 15/9, 2010 at 20:13

1

I want to change the text style (fontSize , color , fontWeight , ...) of a selected text in a TextFiled() composable , with a button in android jetpack compose. (The main problem is, when i change ...

5

Solved

I want to pass a value in a combo box as a param to a SQL statement. The Winforms combobox gives me several options for retrieving the value, namely SelectedItem, SelectedText, and SelectedValue. W...

5

Solved

I have a TextBox with a ContextMenu in it. When the user right clicks inside the TextBox and chooses the appropriate MenuItem, I would like to grab the SelectedText in my viewmodel. I have not foun...
Hachmin asked 11/2, 2010 at 16:33

3

I want to highlight selected text in a wpf textbox while the textbox is not focused. In my application, my textbox never gets focus, and every key input is done manually. I was wondering if there...
Opia asked 23/8, 2012 at 15:17

6

Solved

I have a textbox and a link button. When I write some text, select some of it and then click the link button, the selected text from textbox must be show with a message box. How can I do it? When ...
Jeanajeanbaptiste asked 9/11, 2008 at 9:10

5

Solved

How to get the Combobox selected item text which is inside a DataGridView? I have tried using the below code: dataGridView1.Rows[1].Cells[1].Value.ToString() But, this gives the value associated...
Consolidation asked 16/11, 2012 at 14:15

3

Solved

I need help to find out, how Dictionary app showing following popup dialog for selected text on pressing CMD+CTRL+D on any application. I want to implement the same kind of functionality for my coc...
Clapboard asked 1/7, 2011 at 6:19

6

can anybody help me with this: i need to implement UITextField for input number. This number should always be in decimal format with 4 places e.g. 12.3456 or 12.3400. So I created NSNumberFormatter...
Antwanantwerp asked 22/6, 2012 at 14:6

1

Is there an easy way to get selected text into a variable similar to native variable ${lineNumber} which is the current selected line number? It would be very useful as a parameter for link to onli...
Ro asked 25/5, 2017 at 8:7
1

© 2022 - 2024 — McMap. All rights reserved.