--- In [email protected], pi <[EMAIL PROTECTED]> wrote: > > this question is not primary related to ppro. > > how do you manage to get items in the first section of a windows context menu ?
If you are talking about the Explorer context menu, PowerPro uses a standard shell extension: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/shellcc/platform/shell/programmersguide/shell_int/shell_int_extendin g/extensionhandlers/shell_ext.asp I just copied the MS sample code. The only trick part is that PowerPro's shell extension dll (pproctx) runs in Explorer's address space and so has to futz around with WM_COPYDATA and other tricks to get menu titles from the PowerPro process. ------------------------ Yahoo! Groups Sponsor --------------------~--> Get to your groups with one click. Know instantly when new email arrives http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
