Pickfolder dialog box in Outlook event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to know if the person closed the Pickfolder dialog box in
outlook via the ‘x’ (close) button or cancel button. They both return the
same error.

I know you can’t customize it but can you capture its events?

Thanks,
Irene
 
Not without using Win32 API call hacks and a callback to monitor mouse
clicks in that dialog.

You'd have to also find where those controls are in the dialog using screen
coordinates, see where the mouse click happened on the screen and figure out
which control was clicked. Not something I'd want to try to have to get
running.
 
Back
Top