Results 1 to 4 of 4

Thread: File dialogs

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Member
    Join Date
    2008-02
    Posts
    20
    Login to Give a bone
    0

    Default File dialogs

    I am trying to find the dialogs which would allow me to present the user with a save-as dialog in order to save a file.

    I found code for it that must have worked in older versions of VBA, but none that seem to work in latest release.

  2. #2
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,420
    Login to Give a bone
    0

    Default Re: File dialogs

    What code do you have?
    C:> ED WORKING....


    LinkedIn

  3. #3
    Member
    Join Date
    2008-02
    Posts
    20
    Login to Give a bone
    0

    Default Re: File dialogs

    the value I found in my VBA book (which was written a few years ago) was dlgopenfile with several actions available to it, such as
    .filter
    .initdir

  4. #4
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,420
    Login to Give a bone
    0

    Default Re: File dialogs

    dlgopenfile would have to be a class declared elsewhere. Do you have that class in your current project? If not, I have posted a class called FileDialogs in this forum before. You can search for that.
    C:> ED WORKING....


    LinkedIn

Similar Threads

  1. Non-Modal dialogs
    By revit.wishlist1942 in forum Revit Architecture - Wish List
    Replies: 1
    Last Post: 2012-08-06, 03:25 PM
  2. HelpASAHP (Dialogs)
    By Ogre in forum AutoCAD General
    Replies: 1
    Last Post: 2008-06-04, 11:20 AM
  3. Maintain the sort order in the File Dialogs
    By inventor.wishlist1738 in forum Inventor Wish List
    Replies: 0
    Last Post: 2007-09-19, 05:50 AM
  4. Try resizing dialogs
    By sinc in forum AutoCAD Tips & Tricks
    Replies: 0
    Last Post: 2005-03-06, 06:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •