Click here to Skip to main content
15,923,789 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to remove whitespace from read mp3 tags Pin
User 665810-May-06 6:23
User 665810-May-06 6:23 
GeneralRe: How to remove whitespace from read mp3 tags Pin
Subterranean10-May-06 6:26
Subterranean10-May-06 6:26 
AnswerRe: How to remove whitespace from read mp3 tags Pin
Guffa10-May-06 7:24
Guffa10-May-06 7:24 
QuestionHow to bind bindingnavigator with datagridview Pin
Elvia Gonzalez10-May-06 6:01
Elvia Gonzalez10-May-06 6:01 
AnswerRe: How to bind bindingnavigator with datagridview Pin
Josh Smith10-May-06 7:24
Josh Smith10-May-06 7:24 
GeneralRe: How to bind bindingnavigator with datagridview Pin
Elvia Gonzalez10-May-06 8:44
Elvia Gonzalez10-May-06 8:44 
QuestionTreeNode label Pin
zaboboa10-May-06 5:59
zaboboa10-May-06 5:59 
AnswerRe: TreeNode label Pin
Josh Smith10-May-06 7:35
Josh Smith10-May-06 7:35 
There are a couple of problems here.
1) As far as I know (and I could be wrong) there is no way to get a reference to the edit window hosted by a node in edit mode. If that is the case, then getting the selected text in a node's label is not possible, at least not via the edit window (aka text box).

2) What event(s) would be used to determine when to grab the selected text? What would trigger the logic to get the selected text in the node's label, when the mouse moves or clicks? when a key is pressed? etc.

BTW - the TextBox class offers the SelectedText, SelectionStart and SelectionLength properties, which can be used to get/set the selected text in the control.

Josh
GeneralRe: TreeNode label Pin
zaboboa10-May-06 7:46
zaboboa10-May-06 7:46 
GeneralRe: TreeNode label Pin
Josh Smith10-May-06 7:50
Josh Smith10-May-06 7:50 
GeneralRe: TreeNode label Pin
zaboboa10-May-06 8:36
zaboboa10-May-06 8:36 
QuestionSet default namespace Pin
Duncan Sample10-May-06 5:15
Duncan Sample10-May-06 5:15 
AnswerRe: Set default namespace Pin
leppie10-May-06 6:07
leppie10-May-06 6:07 
QuestionUnInstantiating a class... Pin
Shy Agam10-May-06 4:18
Shy Agam10-May-06 4:18 
AnswerRe: UnInstantiating a class... Pin
Josh Smith10-May-06 4:21
Josh Smith10-May-06 4:21 
GeneralRe: UnInstantiating a class... Pin
Shy Agam10-May-06 4:24
Shy Agam10-May-06 4:24 
AnswerRe: UnInstantiating a class... Pin
Wjousts10-May-06 4:26
Wjousts10-May-06 4:26 
AnswerRe: UnInstantiating a class... Pin
Guffa10-May-06 6:59
Guffa10-May-06 6:59 
GeneralRe: UnInstantiating a class... Pin
Shy Agam11-May-06 3:44
Shy Agam11-May-06 3:44 
QuestionWhen does runtime release a DLL when using PInvoke Pin
nicknotyet10-May-06 3:53
nicknotyet10-May-06 3:53 
AnswerRe: When does runtime release a DLL when using PInvoke Pin
led mike10-May-06 17:39
led mike10-May-06 17:39 
GeneralRe: When does runtime release a DLL when using PInvoke Pin
nicknotyet11-May-06 3:53
nicknotyet11-May-06 3:53 
QuestionText Field and Running time issue in .Net Pin
ahchoo10-May-06 3:50
ahchoo10-May-06 3:50 
AnswerRe: Text Field and Running time issue in .Net Pin
Robert Rohde10-May-06 4:16
Robert Rohde10-May-06 4:16 
GeneralRe: Text Field and Running time issue in .Net Pin
ahchoo10-May-06 6:00
ahchoo10-May-06 6:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.