Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: System.messaging Pin
Esmo200014-Jan-05 4:52
Esmo200014-Jan-05 4:52 
QuestionChange So Text Fits? Pin
Snowjim13-Jan-05 9:10
Snowjim13-Jan-05 9:10 
GeneralHiding Files Pin
kshet2613-Jan-05 7:56
kshet2613-Jan-05 7:56 
GeneralRe: Hiding Files Pin
Dave Kreskowiak14-Jan-05 4:21
mveDave Kreskowiak14-Jan-05 4:21 
GeneralRe: Hiding Files Pin
kshet2614-Jan-05 5:23
kshet2614-Jan-05 5:23 
QuestionReopen Tree after update? Pin
Snowjim13-Jan-05 7:09
Snowjim13-Jan-05 7:09 
AnswerRe: Reopen Tree after update? Pin
Charlie Williams13-Jan-05 8:21
Charlie Williams13-Jan-05 8:21 
AnswerRe: Reopen Tree after update? Pin
Robert Rohde13-Jan-05 9:39
Robert Rohde13-Jan-05 9:39 
The easiest way (but not most efficient) is to recursively go through the tree and check (like Charlie mentioned) the Expanded property of each node. For each node you find where this property is true add the FullPath of the node to an ArrayList. After youve updated the tree, again search recursively through the tree and expand each node where its FullPath is contained in the ArrayList.

Same goes for the selected item. Remember the FullPath value of the currently selected item and reset it after your update.
GeneralMaintaining scroll position in a list box Pin
Member 164882913-Jan-05 6:25
Member 164882913-Jan-05 6:25 
Generalproblem with two form Pin
Newbie_Toy13-Jan-05 6:17
Newbie_Toy13-Jan-05 6:17 
GeneralGPRS Emulator Pin
Identity Undisclosed13-Jan-05 5:27
Identity Undisclosed13-Jan-05 5:27 
GeneralRe: GPRS Emulator Pin
Dave Kreskowiak13-Jan-05 8:14
mveDave Kreskowiak13-Jan-05 8:14 
Generaldataadapter.update problem Pin
Member 152458813-Jan-05 5:25
Member 152458813-Jan-05 5:25 
GeneralUserControl problem Pin
Daniel Zaharia13-Jan-05 5:15
Daniel Zaharia13-Jan-05 5:15 
GeneralRe: UserControl problem Pin
MoustafaS15-Jan-05 2:59
MoustafaS15-Jan-05 2:59 
Generalcreating map file or dump file for c# project Pin
anurik13-Jan-05 4:16
anurik13-Jan-05 4:16 
GeneralRe: creating map file or dump file for c# project Pin
Colin Angus Mackay13-Jan-05 5:42
Colin Angus Mackay13-Jan-05 5:42 
GeneralRe: creating map file or dump file for c# project Pin
Dave Kreskowiak13-Jan-05 8:10
mveDave Kreskowiak13-Jan-05 8:10 
Generalproblem displaying a usercontrol Pin
bobrad13-Jan-05 3:39
bobrad13-Jan-05 3:39 
Generalemail Pin
Mohammad Daba'an13-Jan-05 3:31
Mohammad Daba'an13-Jan-05 3:31 
GeneralRe: email Pin
Mazdak13-Jan-05 3:37
Mazdak13-Jan-05 3:37 
GeneralRe: email Pin
Mohammad Daba'an13-Jan-05 3:45
Mohammad Daba'an13-Jan-05 3:45 
GeneralRe: email Pin
Mazdak13-Jan-05 4:05
Mazdak13-Jan-05 4:05 
GeneralRe: email Pin
Mohammad Daba'an16-Jan-05 2:38
Mohammad Daba'an16-Jan-05 2:38 
Generalfonts in an assembly Pin
fickdb13-Jan-05 3:01
fickdb13-Jan-05 3:01 

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.