Click here to Skip to main content
15,917,328 members
Home / Discussions / C#
   

C#

 
GeneralRe: Ctrl+C exception Pin
zaboboa11-Aug-05 5:23
zaboboa11-Aug-05 5:23 
GeneralRe: Ctrl+C exception Pin
MicrosoftBob11-Aug-05 5:24
MicrosoftBob11-Aug-05 5:24 
GeneralRe: Ctrl+C exception Pin
zaboboa11-Aug-05 5:51
zaboboa11-Aug-05 5:51 
GeneralRe: Ctrl+C exception Pin
MicrosoftBob11-Aug-05 6:10
MicrosoftBob11-Aug-05 6:10 
QuestionHow to: Activate or open an document in MDI application through a treeview? Pin
bouli11-Aug-05 1:56
bouli11-Aug-05 1:56 
AnswerRe: How to: Activate or open an document in MDI application through a treeview? Pin
Mohamad Al Husseiny11-Aug-05 4:09
Mohamad Al Husseiny11-Aug-05 4:09 
GeneralRe: How to: Activate or open an document in MDI application through a treeview? Pin
bouli11-Aug-05 4:39
bouli11-Aug-05 4:39 
GeneralRe: How to: Activate or open an document in MDI application through a treeview? Pin
MicrosoftBob11-Aug-05 5:00
MicrosoftBob11-Aug-05 5:00 
He told you how to do that in his previous post - use whatever your criteria is for document uniqueness (i.e. path) as a key in a hashtable with the value being a reference to your mdi kid. When the abuser clicks on one of your leafs, check the hashtable for the existance of the key, if a value is found, make sure it's still valid, then call that mdi child form to the front, otherwise create a new mdi child as normal then register it in your hashtable.
GeneralRe: How to: Activate or open an document in MDI application through a treeview? Pin
Mohamad Al Husseiny11-Aug-05 13:06
Mohamad Al Husseiny11-Aug-05 13:06 
GeneralRe: How to: Activate or open an document in MDI application through a treeview? Pin
bouli12-Aug-05 0:20
bouli12-Aug-05 0:20 
GeneralRemoting Pin
vuthaianh11-Aug-05 1:43
vuthaianh11-Aug-05 1:43 
GeneralRe: Remoting Pin
S. Senthil Kumar11-Aug-05 8:00
S. Senthil Kumar11-Aug-05 8:00 
GeneralXML soap Problem Pin
felopater11-Aug-05 0:53
felopater11-Aug-05 0:53 
GeneralRe: XML soap Problem Pin
Guffa11-Aug-05 1:31
Guffa11-Aug-05 1:31 
GeneralRe: XML soap Problem Pin
felopater11-Aug-05 1:53
felopater11-Aug-05 1:53 
GeneralRe: XML soap Problem Pin
Guffa11-Aug-05 2:22
Guffa11-Aug-05 2:22 
GeneralMemory Allocation Pin
ChiranjibC11-Aug-05 0:31
ChiranjibC11-Aug-05 0:31 
GeneralRe: Memory Allocation Pin
Guffa11-Aug-05 0:38
Guffa11-Aug-05 0:38 
GeneralRe: Memory Allocation Pin
Daniel Turini11-Aug-05 4:28
Daniel Turini11-Aug-05 4:28 
GeneralEmail Pin
alok_2k310-Aug-05 23:09
alok_2k310-Aug-05 23:09 
GeneralRe: Email Pin
MicrosoftBob11-Aug-05 3:18
MicrosoftBob11-Aug-05 3:18 
GeneralRe: Email Pin
Dave Kreskowiak11-Aug-05 6:18
mveDave Kreskowiak11-Aug-05 6:18 
GeneralRe: Email Pin
Dan Neely11-Aug-05 7:12
Dan Neely11-Aug-05 7:12 
GeneralRe: Email Pin
Dave Kreskowiak11-Aug-05 12:01
mveDave Kreskowiak11-Aug-05 12:01 
GeneralRe: Email Pin
Mohamad Al Husseiny11-Aug-05 4:26
Mohamad Al Husseiny11-Aug-05 4:26 

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.