Click here to Skip to main content
15,895,084 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionquestion Pin
anjoom23-Jun-07 4:06
anjoom23-Jun-07 4:06 
AnswerRe: question Pin
doWhileSomething23-Jun-07 9:11
doWhileSomething23-Jun-07 9:11 
AnswerRe: question Pin
Christian Graus23-Jun-07 13:27
protectorChristian Graus23-Jun-07 13:27 
Questionposition of referenced dll Pin
firefoxpdm23-Jun-07 3:11
firefoxpdm23-Jun-07 3:11 
AnswerRe: position of referenced dll Pin
Dave Sexton23-Jun-07 7:45
Dave Sexton23-Jun-07 7:45 
QuestionRe: position of referenced dll [modified] Pin
firefoxpdm23-Jun-07 9:30
firefoxpdm23-Jun-07 9:30 
Questiontreeview code improvement Pin
Nilish23-Jun-07 2:50
Nilish23-Jun-07 2:50 
AnswerRe: treeview code improvement Pin
Dave Kreskowiak24-Jun-07 6:26
mveDave Kreskowiak24-Jun-07 6:26 
The code you've got will work about as fast as anything else. The problem is the disk I/O speed and the number of nodes you have to add to the treeview. There's really nothing you can do to speed this up, unless you populate the entire tree on your apps startup. This will greatly increase your apps startup time and limit its flexibility to adapting to changes in the file system during the execution of your app.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionDirect HDD sector read/write in vb.net Pin
VIP-CoMmAnDo23-Jun-07 0:26
VIP-CoMmAnDo23-Jun-07 0:26 
QuestionExecute an Exe while startup... Pin
Dileep_Vickey23-Jun-07 0:21
Dileep_Vickey23-Jun-07 0:21 
AnswerRe: Execute an Exe while startup... Pin
The ANZAC23-Jun-07 0:33
The ANZAC23-Jun-07 0:33 
Questionchange position of column of DataGridview Pin
Rupesh Kumar Swami22-Jun-07 23:47
Rupesh Kumar Swami22-Jun-07 23:47 
AnswerRe: change position of column of DataGridview Pin
ctlqt1223-Jun-07 6:26
ctlqt1223-Jun-07 6:26 
GeneralRe: change position of column of DataGridview Pin
Rupesh Kumar Swami24-Jun-07 23:29
Rupesh Kumar Swami24-Jun-07 23:29 
Questionexit code Pin
Sonia Gupta22-Jun-07 21:29
Sonia Gupta22-Jun-07 21:29 
AnswerRe: exit code Pin
Christian Graus22-Jun-07 21:45
protectorChristian Graus22-Jun-07 21:45 
QuestionRe: exit code Pin
Sonia Gupta22-Jun-07 22:51
Sonia Gupta22-Jun-07 22:51 
AnswerRe: exit code Pin
Christian Graus23-Jun-07 13:29
protectorChristian Graus23-Jun-07 13:29 
AnswerRe: exit code Pin
Guffa23-Jun-07 0:16
Guffa23-Jun-07 0:16 
AnswerRe: exit code Pin
Dave Kreskowiak23-Jun-07 4:31
mveDave Kreskowiak23-Jun-07 4:31 
AnswerRe: exit code Pin
The Man from U.N.C.L.E.25-Jun-07 12:08
The Man from U.N.C.L.E.25-Jun-07 12:08 
QuestionExecuting an application while windows starts. Pin
Dileep_Vickey22-Jun-07 20:37
Dileep_Vickey22-Jun-07 20:37 
AnswerRe: Executing an application while windows starts. Pin
Rupesh Kumar Swami22-Jun-07 20:55
Rupesh Kumar Swami22-Jun-07 20:55 
AnswerRe: Executing an application while windows starts. Pin
Christian Graus22-Jun-07 21:46
protectorChristian Graus22-Jun-07 21:46 
Questionlistview doubt Pin
kankeyan22-Jun-07 19:08
kankeyan22-Jun-07 19:08 

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.