Re: Using AddItem to add multiple files
From: Veign (NOSPAMinveign_at_veign.com)
Date: 12/01/04
- Next message: Kou Vang: "Re: Using AddItem to add multiple files"
- Previous message: Kou Vang: "Re: Using AddItem to add multiple files"
- In reply to: Kou Vang: "Re: Using AddItem to add multiple files"
- Next in thread: Kou Vang: "Re: Using AddItem to add multiple files"
- Reply: Kou Vang: "Re: Using AddItem to add multiple files"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Dec 2004 16:33:03 -0500
There is a flag called OFN_ALLOWMULTISELECT which must be set if using the
API version of the common dialog or cdlOFNAllowMultiselect flag is using the
Common Dialog control.
-- Chris Hanscom - Microsoft MVP (VB) Veign's Resource Center http://www.veign.com/vrc_main.asp -- "Kou Vang" <KouVang@discussions.microsoft.com> wrote in message news:B8E62CEB-EA6E-4C37-B8B4-8E3EF65E1803@microsoft.com... > Basically your code works great Ken. The only problem is I can only > physically move one file at a time from the dialog box to my listbox. My > customer however, may at times want to select up to 50 files from the dialog > box to be moved into the listbox. Now, from within the listboxes, I can move > as many files as I want from one to another and vice versa, but when I select > more than one file from the dialog box, nothing appears in the listbox. It > will be time consuming for my customer to select out 50 files everytime he > wants to run the program. Any ideas how to do this? Thanks Ken!
- Next message: Kou Vang: "Re: Using AddItem to add multiple files"
- Previous message: Kou Vang: "Re: Using AddItem to add multiple files"
- In reply to: Kou Vang: "Re: Using AddItem to add multiple files"
- Next in thread: Kou Vang: "Re: Using AddItem to add multiple files"
- Reply: Kou Vang: "Re: Using AddItem to add multiple files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|