IE context menu extension in Win CE
- From: "abhijitv@cyb" <abhijitv@xxxxxxxxx>
- Date: 24 Feb 2006 01:42:26 -0800
Hello,
I have developed an ATL DLL in MSVC 2005 for Win CE - Pocket PC 2003.
Its purpose is to extend the context menu in Pocket Internet
Explorer(PIE hereafter).
I followed the registry settings as given on the MSDN. --
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceshellui5/html/wce50lrfgeneralshellregistrysettings.asp
It says that when DelayLoad = 0 , the IContextMenu::QueryContextMenu()
will be called. But actually this does not happen so. I do not get to
see the added menu at all . I have put in a message box in the
IContextMenu::QueryContextMenu() imlpementation that will be shown when
it is invoked.
When DelayLoad=1, the extended menu is seen but when the menu is
selected nothing happens.
Ultimately, what I am trying to do is I am trying to develop a Context
menu for PIE which will show a message box with the text that is
selected in the browser when the extended context menu is invoked.
Is there any way out ????? Or some other technique thru which i can
achieve the same functionlity. Can somebody please explain why the menu
is not seen at all when DelayLoad= 0 ?
Thanks,
Abhijit
.
- Prev by Date: Select Configuraion and Select Inferface
- Next by Date: Re: Wince 5.0 APP only support 32MB memory?
- Previous by thread: Select Configuraion and Select Inferface
- Next by thread: CE 5.0 Hard-Realtime?
- Index(es):
Relevant Pages
|