Home > Archive > Visual Basic > September 2004 > VB6.0 IE Favorite Component
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
VB6.0 IE Favorite Component
|
|
| Sharrukin Amiri 2004-09-22, 3:55 pm |
| Hello,
I want to integrate the IE favorites in my VB6.0 application. Is IE
Favorites a component (Active X Control) in which I can just add on to my
form? Can anyone provide a solution?
Sharrukin
| |
| Ken Halter 2004-09-22, 3:55 pm |
| Sharrukin Amiri wrote:
> Hello,
>
> I want to integrate the IE favorites in my VB6.0 application. Is IE
> Favorites a component (Active X Control) in which I can just add on to my
> form? Can anyone provide a solution?
>
> Sharrukin
It's not a component (afaik). You can create one.
Here's the results of a PSC search. There are several samples that may
help get you going.
Searched PlanetSourceCode.com for 'Favorites'
http://www.planetsourcecode.com/vb/...orites&lngWId=1
From the list above, I got....
Beginners Toolbox - Volume 2
http://www.planetsourcecode.com/vb/...=21503&lngWId=1
....which shows how to use a TreeView to show/add/delete/whatever from
your Favorites list.
--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
|
|
|
|
|