Results 1 to 2 of 2

Thread: save as dialog box

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2000
    Location
    W.Lafayette, In USA
    Posts
    37
    How can I open a "save as" dialog box in an Visual Basic application.

    Thanks in advance
    Juanyta Bradley

  2. #2
    Fanatic Member Ianpbaker's Avatar
    Join Date
    Mar 2000
    Location
    Hastings
    Posts
    696
    Hi Jay=B

    Nice and easy this one. Go to the project menu and click on components. Then find the Microsoft common dialog control and add it to your project. Once you have created one on your form, in you code all you need to do is write

    common1.ShowSave

    and common1.FileName to retreive the path of what the user has selected

    Hope this helps

    Ian
    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

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