Re: Favorites Problem
- From: "Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
- Date: Thu, 4 Aug 2005 08:34:57 -0700
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.
>
.
- References:
- Favorites Problem
- From: vijayaraju . k
- Re: Favorites Problem
- From: Paul G. Tobey [eMVP]
- Re: Favorites Problem
- From: vijayaraju . k
- Favorites Problem
- Prev by Date: Re: Memory map file limit in VM
- Next by Date: usb ethernet
- Previous by thread: Re: Favorites Problem
- Next by thread: Intel PXA27X , Can not process nk.bin after upload image to SDRAM from Hard disk ??
- Index(es):
Relevant Pages
|