Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Common dialogs wo comdlg32.ocx (vb6)

Options
  • 05-07-2004 7:50pm
    #1
    Closed Accounts Posts: 27


    :notice: I don't know vb6 very well, so aia

    I was wondering the easiest way of being able to use Common Dialogs (in particular, the FileSave dialog) without needing comdlg32.ocx?


Comments

  • Registered Users Posts: 15,443 ✭✭✭✭bonkey


    Use the native windows API calls for the common dialog controls.

    If you search MSDN (online or if you have a local copy), or just do a google on "VB common dialog API", you should find some nifty examples.

    jc


Advertisement