Probably not. Perhaps a question for the maker of the context-menu
program? Or write your own shell extension (not easy).
Marc
Hi,
That is rather difficult, unless that the context menu app provide that info
when loading the app (which I doubt).
Thinking now, a possible solution would be if you know the name of the
context menu window you could try to get its properties, I'm pretty sure
that tehre is an API call in win32 that let you know the position of a
window (if you know the hWnd).
So you best shot is exploring the win32 API and try to find a way through
there.
The first step is to get the hWnd of the context menu though, without that
you will get nowhere

Signature
Ignacio Machin
http://www.laceupsolutions.com
Mobile & warehouse Solutions.
> thanks for your advice but my question was how to get it to load in a
> positon relative to the context menu if I use that to lauch the
[quoted text clipped - 6 lines]
>>
>> Just set the location before calling Show().