Click here to Skip to main content
15,924,507 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dynamic Create Class Pin
Heath Stewart28-Jun-04 4:28
protectorHeath Stewart28-Jun-04 4:28 
GeneralCreation of DLL library Pin
Ronald Boucher28-Jun-04 3:41
sussRonald Boucher28-Jun-04 3:41 
GeneralRe: Creation of DLL library Pin
Serge Lobko-Lobanovsky28-Jun-04 4:19
Serge Lobko-Lobanovsky28-Jun-04 4:19 
GeneralRe: Creation of DLL library Pin
Heath Stewart28-Jun-04 4:22
protectorHeath Stewart28-Jun-04 4:22 
GeneralRe: Creation of DLL library Pin
Ronald Boucher28-Jun-04 6:41
sussRonald Boucher28-Jun-04 6:41 
QuestionDoubleClick a TreeView Node? Pin
j1e1g128-Jun-04 3:08
j1e1g128-Jun-04 3:08 
AnswerRe: DoubleClick a TreeView Node? Pin
Nick Parker28-Jun-04 3:41
protectorNick Parker28-Jun-04 3:41 
AnswerRe: DoubleClick a TreeView Node? Pin
Dave Kreskowiak28-Jun-04 3:43
mveDave Kreskowiak28-Jun-04 3:43 
Since the TreeNode doesn't fire any everys, you can't wire up any code to it. The DoubleClick event is fired by the TreeView control, not the TreeNode you clicked on. In your DoubleClick event handler, you'll used the SelectedNode property to find out which node the used clicked on. You can modify the function that the designer creates by renaming the treeView1_AfterSelect function to treeView1_DoubleClick and making the same change in the Windows Forms Designer gnerated code section. A search and replace for "AfterSelect" ought to do it nicely.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: DoubleClick a TreeView Node? Pin
j1e1g128-Jun-04 4:05
j1e1g128-Jun-04 4:05 
GeneralRe: DoubleClick a TreeView Node? Pin
Dave Kreskowiak28-Jun-04 4:34
mveDave Kreskowiak28-Jun-04 4:34 
GeneralRe: DoubleClick a TreeView Node? Pin
j1e1g128-Jun-04 4:46
j1e1g128-Jun-04 4:46 
GeneralRe: DoubleClick a TreeView Node? Pin
Heath Stewart28-Jun-04 4:36
protectorHeath Stewart28-Jun-04 4:36 
GeneralRe: DoubleClick a TreeView Node? Pin
j1e1g128-Jun-04 4:51
j1e1g128-Jun-04 4:51 
GeneralRe: DoubleClick a TreeView Node? Pin
Heath Stewart28-Jun-04 5:07
protectorHeath Stewart28-Jun-04 5:07 
AnswerRe: DoubleClick a TreeView Node? Pin
Serge Lobko-Lobanovsky28-Jun-04 4:28
Serge Lobko-Lobanovsky28-Jun-04 4:28 
QuestionHow to set ActiveWindow in PowerPoint 2003...?? Pin
Member 94012528-Jun-04 2:56
Member 94012528-Jun-04 2:56 
AnswerRe: How to set ActiveWindow in PowerPoint 2003...?? Pin
Heath Stewart28-Jun-04 5:04
protectorHeath Stewart28-Jun-04 5:04 
GeneralAtributes Pin
Sharpoverride28-Jun-04 2:01
Sharpoverride28-Jun-04 2:01 
GeneralRe: Atributes Pin
Corinna John28-Jun-04 2:37
Corinna John28-Jun-04 2:37 
GeneralRe: Atributes Pin
Stefan Troschuetz28-Jun-04 2:50
Stefan Troschuetz28-Jun-04 2:50 
GeneralAuthenticate against localhost and AD Pin
michalJ28-Jun-04 1:55
michalJ28-Jun-04 1:55 
GeneralRe: Authenticate against localhost and AD Pin
Nick Parker28-Jun-04 3:12
protectorNick Parker28-Jun-04 3:12 
GeneralProblem on terminating an application Pin
Ravikumar_mv27-Jun-04 22:30
Ravikumar_mv27-Jun-04 22:30 
GeneralRe: Problem on terminating an application Pin
Stefan Troschuetz27-Jun-04 23:10
Stefan Troschuetz27-Jun-04 23:10 
GeneralRe: Problem on terminating an application Pin
Ravikumar_mv27-Jun-04 23:57
Ravikumar_mv27-Jun-04 23:57 

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.