Click here to Skip to main content
15,903,201 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to tell if a binary has been compiled in release mode? Pin
Evette25-Jan-06 5:03
Evette25-Jan-06 5:03 
AnswerRe: How to tell if a binary has been compiled in release mode? Pin
Joshua Quick25-Jan-06 8:17
Joshua Quick25-Jan-06 8:17 
QuestionHow can I display text box values in Crystal Reports? Pin
shakizil25-Jan-06 4:21
shakizil25-Jan-06 4:21 
Questionuser defined type Pin
Marc Soleda25-Jan-06 4:13
Marc Soleda25-Jan-06 4:13 
AnswerRe: user defined type Pin
Joshua Quick25-Jan-06 7:57
Joshua Quick25-Jan-06 7:57 
GeneralRe: user defined type Pin
Marc Soleda25-Jan-06 20:37
Marc Soleda25-Jan-06 20:37 
QuestionTreeView with selective directoriy pathes Pin
cosma21725-Jan-06 4:03
cosma21725-Jan-06 4:03 
AnswerRe: TreeView with selective directoriy pathes Pin
Joshua Quick25-Jan-06 20:00
Joshua Quick25-Jan-06 20:00 
You should lookup the TreeView class on MSDN. It even provides some sample code, which should help you out.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformstreeviewclasstopic.asp[^]

Also, you need to break up the path into folders. You can easily do this by calling String.Split()[^]. You should split it with the "\" character, or even better, the Directory.DirectorySeparatorChar to make it more cross platform. Then you should take each folder and make it a node in the tree.
GeneralRe: TreeView with selective directoriy pathes Pin
cosma21726-Jan-06 3:11
cosma21726-Jan-06 3:11 
GeneralRe: TreeView with selective directoriy pathes Pin
Joshua Quick26-Jan-06 7:37
Joshua Quick26-Jan-06 7:37 
AnswerRe: Solution found ==> TreeView with selective directoriy pathes Pin
cosma2178-Feb-06 12:14
cosma2178-Feb-06 12:14 
Questionadding multiple computers in Active Directory Pin
shanemarkley25-Jan-06 3:47
shanemarkley25-Jan-06 3:47 
Questionscripting printing options Pin
shanemarkley25-Jan-06 3:37
shanemarkley25-Jan-06 3:37 
Questionplease help Pin
anewvbguy25-Jan-06 0:32
anewvbguy25-Jan-06 0:32 
QuestionDelete a selected range of pages from a word document Pin
Regardt25-Jan-06 0:25
Regardt25-Jan-06 0:25 
AnswerRe: Delete a selected range of pages from a word document Pin
Joshua Quick25-Jan-06 19:33
Joshua Quick25-Jan-06 19:33 
QuestionPrintPreviewControl: mouxe x,y to actual document x,y? Pin
Duncan Edwards Jones24-Jan-06 23:20
professionalDuncan Edwards Jones24-Jan-06 23:20 
QuestionUpdate database using dataset Pin
mayhem_rules24-Jan-06 21:44
mayhem_rules24-Jan-06 21:44 
AnswerRe: Update database using dataset Pin
Gokulan Venattil24-Jan-06 23:07
Gokulan Venattil24-Jan-06 23:07 
Questionsql inquiry Pin
maytel24-Jan-06 19:32
maytel24-Jan-06 19:32 
AnswerRe: sql inquiry Pin
Mahbub895724-Jan-06 20:25
Mahbub895724-Jan-06 20:25 
AnswerRe: sql inquiry Pin
ver08287424-Jan-06 20:54
ver08287424-Jan-06 20:54 
GeneralRe: sql inquiry Pin
Matthew Hazlett24-Jan-06 21:16
Matthew Hazlett24-Jan-06 21:16 
AnswerRe: sql inquiry Pin
Guffa24-Jan-06 22:15
Guffa24-Jan-06 22:15 
QuestionSmart tags in Office Research Service Pin
Gokulan Venattil24-Jan-06 18:13
Gokulan Venattil24-Jan-06 18:13 

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.