Click here to Skip to main content
16,011,436 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
I had to do something similar to what your trying to accomplish. Basically I have a treeview that is being 'partially' built with dirs/filenames when the app loads. The app requirements were that some directories were to be selected by default meaning that the "parent" directory, sub dirs, and all files are to be selected. The user can also select just a dir or selected files (so I used a tri-state checkbox scheme with the grid lines).

If a parent is expanded, the files and dirs are then populated. If closed and checked, there's no need to pull the files since you're selecting everything unless the users expands the node (if this is making sense).

We have dirs with a very large amount of files per folder. Trying to pull all file names for all folders at once could be done. Had to split it out a little.

Any suggestions, ideas, or 'constructive criticism' are always welcome.

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 
GeneralRe: How to properly deploy interop app with Excel 9 reference? Pin
Dave Kreskowiak10-Oct-08 4:54
mveDave Kreskowiak10-Oct-08 4:54 
GeneralRe: How to properly deploy interop app with Excel 9 reference? Pin
Jon_Boy10-Oct-08 5:27
Jon_Boy10-Oct-08 5:27 
QuestionCopy directories/files Pin
cooper0000079-Oct-08 3:10
cooper0000079-Oct-08 3:10 
AnswerRe: Copy directories/files Pin
Dave Kreskowiak9-Oct-08 3:52
mveDave Kreskowiak9-Oct-08 3:52 

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.