Jump to content

sam

Members
  • Posts

    143
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by sam

  1. One thing Michaels' code allows to do is to be able to add the capability to define file patterns.

    If you pass anything but *.* or leave unwired you will not get back any Folder names.

    I myself use file patterns.

    I have changed mine and removed the FOR loop for the file names and brought the whole thing inside the WHILE loop and the same steps for folder is done on files.

    I would post it again but your approach is much easier on the eyes.

    -Sam

  2. This file dialog uses a windows com object to show your native file dialog. You can use it to show printer, color and other dialogs too, but the functionality has only been implemented for File selection.

    It is very useful and can do most of the things you want, including remembering the last files used per extinction type.

    There are default values there so just run it and you can see how it behaves. Also if you run it and nothing happens then you may not have the ActiveX control registered on your PC. Usually by default the ActiveX is installed on all new PCs.

    To register put the activeX in your System32 and run

    regsvr32 "C:windowsDirsystem32comdlg32.ocx"

    Enjoy,

    -Sam

    PS: if OpenG/LABUsefull wants it, take it, or let me know what mods it needs and I will do them.

    Download File:post-10-1073105229.zip

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.