Adding button to an API dialog?

Is there a way in VB to add a button onto an API dialog box (more specifically DoOrganizeFavDlg) and tap into the dialog's events

If that's not possible, can anybody point me to some VB code that approximates the functionality of the DoOrganizeFavDlg API call



Answer this question

Adding button to an API dialog?

  • leecsone

    Are you using VB6 or VB.NET

  • blarggstar

    It may or may not be possible. I'm not sure.

    It would probably take you less time to make a form, add some buttons and code, and re-create your own.

    Dustin.


  • Adding button to an API dialog?