PC Review


Reply
Thread Tools Rate Thread

Displaying IE favourites.

 
 
Muscha
Guest
Posts: n/a
 
      8th Dec 2003
Hi,

I am developing an application that is using a web browser control. I user
to access want to display IE favourites by clicking a button. I have seen
this done in other application (not .Net) so is there a way to do this
easily in .Net?

thanks,

/m


 
Reply With Quote
 
 
 
 
Muscha
Guest
Posts: n/a
 
      8th Dec 2003
Hi,

Any one can answer?

thanks,

/m

"Muscha" <(E-Mail Removed)> wrote in message
news:%23E8D$(E-Mail Removed)...
> Hi,
>
> I am developing an application that is using a web browser control. I user
> to access want to display IE favourites by clicking a button. I have seen
> this done in other application (not .Net) so is there a way to do this
> easily in .Net?
>
> thanks,
>
> /m
>
>



 
Reply With Quote
 
Muscha
Guest
Posts: n/a
 
      9th Dec 2003
Thanks Tim,

but this is not what I wanted. I wanted to be able to display the IE
Favourites just like they appear on the web browser, without creating my own
list/forms.

Can we do this? I've seen another app does it, but it's a C/C++ app.

/m

"Tim Wilson [MVP]" <Tim_Wilson@[DieSpamDie]Rogers.com> wrote in message
news:(E-Mail Removed)...
> See the attached solution for how to get a list of favorites.
>
> --
> Tim Wilson
> .Net Compact Framework MVP
>
> "Muscha" <(E-Mail Removed)> wrote in message
> news:%23E8D$(E-Mail Removed)...
> > Hi,
> >
> > I am developing an application that is using a web browser control. I

user
> > to access want to display IE favourites by clicking a button. I have

seen
> > this done in other application (not .Net) so is there a way to do this
> > easily in .Net?
> >
> > thanks,
> >
> > /m
> >
> >

>
>
>



 
Reply With Quote
 
Tim Wilson [MVP]
Guest
Posts: n/a
 
      9th Dec 2003
So you want to show them with icons and folders? The solution that I posted
was just a starting point to get a list of favorites. What you do with that
list is up to you. Are you looking to create an explorer bar (the window
that shows up when you click "Favorites" on the toolbar) to show the
favorites or are you planning on showing them off the menu?

--
Tim Wilson
..Net Compact Framework MVP

"Muscha" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks Tim,
>
> but this is not what I wanted. I wanted to be able to display the IE
> Favourites just like they appear on the web browser, without creating my

own
> list/forms.
>
> Can we do this? I've seen another app does it, but it's a C/C++ app.
>
> /m
>
> "Tim Wilson [MVP]" <Tim_Wilson@[DieSpamDie]Rogers.com> wrote in message
> news:(E-Mail Removed)...
> > See the attached solution for how to get a list of favorites.
> >
> > --
> > Tim Wilson
> > .Net Compact Framework MVP
> >
> > "Muscha" <(E-Mail Removed)> wrote in message
> > news:%23E8D$(E-Mail Removed)...
> > > Hi,
> > >
> > > I am developing an application that is using a web browser control. I

> user
> > > to access want to display IE favourites by clicking a button. I have

> seen
> > > this done in other application (not .Net) so is there a way to do this
> > > easily in .Net?
> > >
> > > thanks,
> > >
> > > /m
> > >
> > >

> >
> >
> >

>
>



 
Reply With Quote
 
Muscha
Guest
Posts: n/a
 
      9th Dec 2003
I want to display the IE favourites as it is when you click on the stars on
the IE toolbar. Is this achieveable without creating custom form?

/m


"Tim Wilson [MVP]" <Tim_Wilson@[DieSpamDie]Rogers.com> wrote in message
news:(E-Mail Removed)...
> So you want to show them with icons and folders? The solution that I

posted
> was just a starting point to get a list of favorites. What you do with

that
> list is up to you. Are you looking to create an explorer bar (the window
> that shows up when you click "Favorites" on the toolbar) to show the
> favorites or are you planning on showing them off the menu?
>
> --
> Tim Wilson
> .Net Compact Framework MVP
>
> "Muscha" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Thanks Tim,
> >
> > but this is not what I wanted. I wanted to be able to display the IE
> > Favourites just like they appear on the web browser, without creating my

> own
> > list/forms.
> >
> > Can we do this? I've seen another app does it, but it's a C/C++ app.
> >
> > /m
> >
> > "Tim Wilson [MVP]" <Tim_Wilson@[DieSpamDie]Rogers.com> wrote in message
> > news:(E-Mail Removed)...
> > > See the attached solution for how to get a list of favorites.
> > >
> > > --
> > > Tim Wilson
> > > .Net Compact Framework MVP
> > >
> > > "Muscha" <(E-Mail Removed)> wrote in message
> > > news:%23E8D$(E-Mail Removed)...
> > > > Hi,
> > > >
> > > > I am developing an application that is using a web browser control.

I
> > user
> > > > to access want to display IE favourites by clicking a button. I have

> > seen
> > > > this done in other application (not .Net) so is there a way to do

this
> > > > easily in .Net?
> > > >
> > > > thanks,
> > > >
> > > > /m
> > > >
> > > >
> > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Tim Wilson [MVP]
Guest
Posts: n/a
 
      9th Dec 2003
If you wanted to make something similar you could use a Panel (docked to the
side of the main Form) and a TreeView control. The only other thing to do is
use the list from the posted solution to populate the TreeView with folders
and favorites. If you look around on the Internet you might be able to find
something similar but you're probably best to just build it yourself
anyways.

--
Tim Wilson
..Net Compact Framework MVP

"Muscha" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> I want to display the IE favourites as it is when you click on the stars

on
> the IE toolbar. Is this achieveable without creating custom form?
>
> /m
>
>
> "Tim Wilson [MVP]" <Tim_Wilson@[DieSpamDie]Rogers.com> wrote in message
> news:(E-Mail Removed)...
> > So you want to show them with icons and folders? The solution that I

> posted
> > was just a starting point to get a list of favorites. What you do with

> that
> > list is up to you. Are you looking to create an explorer bar (the window
> > that shows up when you click "Favorites" on the toolbar) to show the
> > favorites or are you planning on showing them off the menu?
> >
> > --
> > Tim Wilson
> > .Net Compact Framework MVP
> >
> > "Muscha" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Thanks Tim,
> > >
> > > but this is not what I wanted. I wanted to be able to display the IE
> > > Favourites just like they appear on the web browser, without creating

my
> > own
> > > list/forms.
> > >
> > > Can we do this? I've seen another app does it, but it's a C/C++ app.
> > >
> > > /m
> > >
> > > "Tim Wilson [MVP]" <Tim_Wilson@[DieSpamDie]Rogers.com> wrote in

message
> > > news:(E-Mail Removed)...
> > > > See the attached solution for how to get a list of favorites.
> > > >
> > > > --
> > > > Tim Wilson
> > > > .Net Compact Framework MVP
> > > >
> > > > "Muscha" <(E-Mail Removed)> wrote in message
> > > > news:%23E8D$(E-Mail Removed)...
> > > > > Hi,
> > > > >
> > > > > I am developing an application that is using a web browser

control.
> I
> > > user
> > > > > to access want to display IE favourites by clicking a button. I

have
> > > seen
> > > > > this done in other application (not .Net) so is there a way to do

> this
> > > > > easily in .Net?
> > > > >
> > > > > thanks,
> > > > >
> > > > > /m
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Favourites are not in alphabetic order with "Add to favourites" Volker Windows XP Internet Explorer 7 23rd May 2008 08:54 AM
favourites rickylo Windows XP Help 5 23rd Feb 2007 08:00 AM
favourites =?Utf-8?B?YmlnYWw=?= Windows XP Internet Explorer 3 7th Dec 2004 01:51 PM
favourites hania Windows XP General 0 19th Feb 2004 03:07 AM
Favourites point to NT folder not Favourites folder Hamish Kuzminski Windows XP Internet Explorer 1 10th Sep 2003 07:14 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:26 AM.