Results 1 to 4 of 4

Thread: Replacement Open Menu.

  1. #1

    Thread Starter
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4700 x4
    Posts
    1,333

    Replacement Open Menu.

    So, what happens if you'd rather not use the Common Dialog control, yet, you still want an open file dialog ?
    Sure, you could give in and use the .ShowOpen command of the control you don't really want to use... OR, you could use the following -

    EDIT: Updated Attachemnt. Cheers Harsh.
    Attached Files Attached Files
    Last edited by thegreatone; Jan 26th, 2006 at 04:06 PM.
    Zeegnahtuer?

  2. #2
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: Replacement Open Menu.

    good thing thegratone, but there is one bug in that,
    VB Code:
    1. Private Sub DriveList_Change()
    2. On Error GoTo Err
    3. FileList.FileName = DriveList.Drive 'dont you think it should be
    4. '[b]Dir1.path = DriveList.Drive[/b]
    5. Exit Sub
    6. Err:
    7. If Err.Number = 68 Then MsgBox "Device not ready"
    8. End Sub
    Show Appreciation. Rate Posts.

  3. #3

    Thread Starter
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4700 x4
    Posts
    1,333

    Re: Replacement Open Menu.

    Wow, thanks Harsh, how did i miss that (Feeling embarrassed now... I shall update the code)
    Zeegnahtuer?

  4. #4
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: Replacement Open Menu.

    Not at all

    sorry for such a late reply.
    Show Appreciation. Rate Posts.

Posting Permissions

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



Click Here to Expand Forum to Full Width