Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Retrieving application/extention list from Registry
Message
 
À
15/08/2001 09:28:36
Dennis Little
Ist Choice Travel
Glos, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00543548
Message ID:
00544033
Vues:
21
>George
>
>Thanks.
>
>Since asking the original question, I have devised a non VFP solution.
>
>The VFP application in question has a file search engine which generates .dbfs containing file lists from a recursive search.
>
>The main cursor is "split" into differing file types, thus there is a table for ".doc", ".bmp", etc.
>
>A grid with multi-select functionality allows the user to manipulate the filenames, Windows Explorer style. To complete the explorer simulation, an icon is converted into a 16 x 16 x 16 bmp and displayed in an image control on the grid.
>
>The main file types and relevant bmps, are developer installed, but the user can add other file types to the recursive search list.
>
>By using freeware batch icon extractors and freeware batch converters, it has been possible to build a library of bmps. The user can choose a bmp which is appropriate to the file type.
>
>I explain this in case anyone else is coincidentally travelling the same route.
>
Dennis,

Mind if I make a suggestion? One of the least used, but in my mind most helpful ActiveX controls is the Picture Clip. It can be used for the source of the images used by the ImageList control. Its utility comes from the fact that you store multiple images in a single bitmap. The images have to be of equal size, but you've already indicated that that's the case. This can greatly reduce the amount of disk I/O that has to be done when loading images.
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform