SelectPictureDialog Customization

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

Guest

Hi,

I was wondering if there is a way to add our own menu items to the
SelectPictureDialog object. Is that object customizable. Please let me know
if anyone has ideas/comments?

Also, Is there a way to call the Picture/Videos folder directly from my code
so that I dont have to create my own thumbnails but use the inherent
structure to display pictures and videos take.

Thanks,

Gaurav
 
You can (in native C++) create an IContextMenu plugin which can be used to
extend the Pictures & Video application and the select picture dialog. See
IContextMenu in the SDK for details . See also topic "Registration Format
for Application Shortcut Menu Extensions"

Peter
 
Back
Top