Re: Favorites Problem



If you set that registry flag, I think it will just work for registry
storage of the favorites. I've never done this, so I don't know anything
that you couldn't know yourself by just reading the source code for
IESample. If you search the IESample folder for instances of "favorites"
you'll find the places where favorites are set up. If you find where the
various flags are set, you'll see what you have to do to change the path in
the filesystem. There's some code roughly like this:

if(_fUseRegistry)
{
PopulateFromReg(hmenu, szRegRoot);
}
else
{
PopulateFromPath(hmenu, pszFavorites);
}

Look at the other code where you find this and understand it and you'll see
what you have to do.

Paul T.

<vijayaraju.k@xxxxxxxxx> wrote in message
news:1123132371.681195.166810@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hai Paul,
> Thank You for your immediate reply.
> I am using IE. Can u suggest me the best approach.
> If i want to do Registry based, Is it enough that, setting the
> RegBasedFavorites flag?
> or do I need to change my IE sample source code?
> OR
> If I go with file system based what changes I need to do with my IE
> sample source code?
> Could you please explain me a little more clear.
>


.



Relevant Pages

  • Re: How to change the default device name from POCKET_PC to "myuniquename"
    ... The BASE_REGISTRY_DEFAULT flag will not work but as ImageUpdate is part of WM which is an OEM product and under NDA. ... platform.reg and have this registry settings enclosed by some OEM/platform ... specific XIPREGION (i. e. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: IoQueueWorkItem accessing flag or return value?
    ... RtlCheckRegistryKey to check the registry for a value on every ... IoQueueWorkItem to get the RtlCheckRegistryKey to be ran at ... set flag after it has been passed to the call-back routine even though ... should resume processing the keystroke IO request, ...
    (microsoft.public.development.device.drivers)
  • Re: how to hide the WZC dialog
    ... Use Remote Registry Editor and export the entire device registry to ... If I manualy check the checkbox, then the window won't appear anymore, ... I did not find this source code, ... <apellerin AT adeneo DOT adetelgroup DOT ...
    (microsoft.public.windowsce.embedded)
  • Re: How to backup favorites sort order in IE7?
    ... I have always exported that registry key and import it in the new PC ... allowing me to restore the custom sort order of IE6 Favorites. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: how to hide the WZC dialog
    ... Use Remote Registry Editor and export the entire device registry to a ... If I manualy check the checkbox, then the window won't appear anymore, ... I did not find this source code, ... <apellerin AT adeneo DOT adetelgroup DOT ...
    (microsoft.public.windowsce.embedded)

Quantcast