Click here to Skip to main content
15,888,242 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionOne Number after Decimal Point ? Pin
Bob Beaubien5-Aug-09 17:33
Bob Beaubien5-Aug-09 17:33 
AnswerRe: One Number after Decimal Point ? Pin
Christian Graus5-Aug-09 17:58
protectorChristian Graus5-Aug-09 17:58 
GeneralRe: One Number after Decimal Point ? Pin
Bob Beaubien6-Aug-09 1:48
Bob Beaubien6-Aug-09 1:48 
GeneralRe: One Number after Decimal Point ? Pin
Johan Hakkesteegt6-Aug-09 3:17
Johan Hakkesteegt6-Aug-09 3:17 
GeneralRe: One Number after Decimal Point ? Pin
Bob Beaubien6-Aug-09 3:36
Bob Beaubien6-Aug-09 3:36 
GeneralRe: One Number after Decimal Point ? Pin
Johan Hakkesteegt9-Aug-09 20:14
Johan Hakkesteegt9-Aug-09 20:14 
QuestionMake a directory tree from a list of paths [modified] Pin
User 58422375-Aug-09 3:23
User 58422375-Aug-09 3:23 
AnswerRe: Make a directory tree from a list of paths Pin
Luc Pattyn5-Aug-09 4:41
sitebuilderLuc Pattyn5-Aug-09 4:41 
Hi,

for each entry in the list, you must locate or create the items in the listview.

Here is the logic, with an example:

adding "Dir1/SubDir3/SubDir4/Subdir5/"

is Dir1 in the top level of the listview? yes, since you already did some entries.

is SubDir3 in the Dir1 level of the listview? no, so create it

is SubDir4 in the Dir1/SubDir3 level? no, so create it

etc.


Classes you will need include the System.IO.Path class to get path parts (alternatively you could use string.Split)

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: Make a directory tree from a list of paths Pin
User 58422375-Aug-09 22:43
User 58422375-Aug-09 22:43 
QuestionPrinting the results of a SQL Query Pin
joakim apelqvist5-Aug-09 2:12
joakim apelqvist5-Aug-09 2:12 
AnswerRe: Printing the results of a SQL Query Pin
dan!sh 5-Aug-09 2:27
professional dan!sh 5-Aug-09 2:27 
GeneralRe: Printing the results of a SQL Query Pin
joakim apelqvist5-Aug-09 2:45
joakim apelqvist5-Aug-09 2:45 
AnswerUse crystal reports Pin
David Mujica5-Aug-09 3:03
David Mujica5-Aug-09 3:03 
GeneralRe: Use crystal reports Pin
joakim apelqvist5-Aug-09 3:05
joakim apelqvist5-Aug-09 3:05 
GeneralRe: Use crystal reports Pin
David Mujica5-Aug-09 3:44
David Mujica5-Aug-09 3:44 
GeneralRe: Use crystal reports Pin
joakim apelqvist5-Aug-09 5:00
joakim apelqvist5-Aug-09 5:00 
QuestionUpdate DataGridView Cell value [modified] Pin
Jay Royall5-Aug-09 1:38
Jay Royall5-Aug-09 1:38 
AnswerRe: Update DataGridView Cell value Pin
Johan Hakkesteegt5-Aug-09 2:00
Johan Hakkesteegt5-Aug-09 2:00 
AnswerRe: Update DataGridView Cell value Pin
dan!sh 5-Aug-09 2:20
professional dan!sh 5-Aug-09 2:20 
GeneralRe: Update DataGridView Cell value Pin
Jay Royall5-Aug-09 2:50
Jay Royall5-Aug-09 2:50 
QuestionSql Server 2008 - Accessing out of Domain ? Pin
Paramu19735-Aug-09 1:00
Paramu19735-Aug-09 1:00 
AnswerRe: Sql Server 2008 - Accessing out of Domain ? Pin
Tom Deketelaere5-Aug-09 1:20
professionalTom Deketelaere5-Aug-09 1:20 
GeneralRe: Sql Server 2008 - Accessing out of Domain ? Pin
Paramu19735-Aug-09 2:01
Paramu19735-Aug-09 2:01 
GeneralRe: Sql Server 2008 - Accessing out of Domain ? Pin
Tom Deketelaere5-Aug-09 2:09
professionalTom Deketelaere5-Aug-09 2:09 
QuestionPassing credentials from job to application Pin
Johan Hakkesteegt4-Aug-09 21:55
Johan Hakkesteegt4-Aug-09 21:55 

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.