Click here to Skip to main content
15,915,734 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Transaction AS400 Pin
Ashfield9-Oct-08 21:34
Ashfield9-Oct-08 21:34 
GeneralRe: Transaction AS400 Pin
Mycroft Holmes9-Oct-08 21:41
professionalMycroft Holmes9-Oct-08 21:41 
GeneralRe: Transaction AS400 Pin
Wendelius10-Oct-08 7:01
mentorWendelius10-Oct-08 7:01 
AnswerRe: Transaction AS400 Pin
Kschuler10-Oct-08 6:41
Kschuler10-Oct-08 6:41 
AnswerRe: Transaction AS400 Pin
Wendelius10-Oct-08 7:59
mentorWendelius10-Oct-08 7:59 
QuestionSockets, remoting or web services which one to use? Pin
rprateek9-Oct-08 13:08
rprateek9-Oct-08 13:08 
AnswerRe: Sockets, remoting or web services which one to use? Pin
Mycroft Holmes9-Oct-08 21:46
professionalMycroft Holmes9-Oct-08 21:46 
QuestionRetrieve a large number of filenames Pin
Sonhospa9-Oct-08 8:57
Sonhospa9-Oct-08 8:57 
Hello to all you gurus and supporters here!

I seem to create some performance trouble when it comes to reading the filenames from a large directory (~ 30 thousand files) into a listview field like that:
Dim TargetFileList As Array

With openDLG
    ...
    If .ShowDialog = Windows.Forms.DialogResult.OK Then
        TargetFileList = openDLG.FileNames
        Return TargetFileList
    End if
End With
The applications dialog window freezes for long... long....

Does someone of you probably know a better (i.e. faster) way of reading all of these filenames? The purpose is to find similar names in another directory and display filesInDir1 / missing files / filesInDir2 in different listview fields then.

Thank you for any inspiration D'Oh! | :doh:
Michael
AnswerRe: Retrieve a large number of filenames Pin
Dave Kreskowiak9-Oct-08 9:26
mveDave Kreskowiak9-Oct-08 9:26 
AnswerRe: Retrieve a large number of filenames Pin
Wendelius9-Oct-08 9:27
mentorWendelius9-Oct-08 9:27 
GeneralRe: Retrieve a large number of filenames Pin
Sonhospa9-Oct-08 20:24
Sonhospa9-Oct-08 20:24 
AnswerRe: Retrieve a large number of filenames Pin
Jon_Boy10-Oct-08 4:26
Jon_Boy10-Oct-08 4:26 
QuestionRe: Retrieve a large number of filenames Pin
Sonhospa10-Oct-08 8:01
Sonhospa10-Oct-08 8:01 
QuestionIs BrowseForFolder gone in the new VB? Pin
Sonhospa9-Oct-08 8:38
Sonhospa9-Oct-08 8:38 
AnswerRe: Is BrowseForFolder gone in the new VB? Pin
Jon_Boy9-Oct-08 9:07
Jon_Boy9-Oct-08 9:07 
AnswerRe: Is BrowseForFolder gone in the new VB? Pin
Dave Doknjas9-Oct-08 12:55
Dave Doknjas9-Oct-08 12:55 
GeneralRe: Is BrowseForFolder gone in the new VB? Pin
Sonhospa10-Oct-08 8:03
Sonhospa10-Oct-08 8:03 
QuestionRe: Is BrowseForFolder gone in the new VB? Pin
Sonhospa10-Oct-08 12:26
Sonhospa10-Oct-08 12:26 
QuestionExtract binary resources [modified] Pin
mastergamer01689-Oct-08 8:16
mastergamer01689-Oct-08 8:16 
AnswerRe: Extract binary resources Pin
Dave Kreskowiak10-Oct-08 5:05
mveDave Kreskowiak10-Oct-08 5:05 
QuestionDatabase Programming Pin
Gagan.209-Oct-08 6:39
Gagan.209-Oct-08 6:39 
AnswerRe: Database Programming Pin
Jon_Boy9-Oct-08 7:04
Jon_Boy9-Oct-08 7:04 
AnswerRe: Database Programming Pin
Paul Conrad9-Oct-08 7:12
professionalPaul Conrad9-Oct-08 7:12 
QuestionHow to properly deploy interop app with Excel 9 reference? [modified] Pin
Jon_Boy9-Oct-08 5:35
Jon_Boy9-Oct-08 5:35 
AnswerRe: How to properly deploy interop app with Excel 9 reference? Pin
Jon_Boy10-Oct-08 2:49
Jon_Boy10-Oct-08 2:49 

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.