473,385 Members | 1,397 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Favorites data

MSN
I need to get to the description and the url in a favorites list can anyone
direct me?

Thanks
Nov 20 '05 #1
6 1260
Hi,

The are stored in a folder.
Use Environment.GetFolderPath(Environment.SpecialFolde r.Favorites)) to get
the path.

Ken
-------------------
"MSN" <To******@msn.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I need to get to the description and the url in a favorites list can anyone direct me?

Thanks

Nov 20 '05 #2
MSN
I tried your last and it showed me the path, but can't figure now how to get
to the description and the URL the favorite points to?
thanks again

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:Oh**************@TK2MSFTNGP11.phx.gbl...
Hi,

The are stored in a folder.
Use Environment.GetFolderPath(Environment.SpecialFolde r.Favorites)) to get
the path.

Ken
-------------------
"MSN" <To******@msn.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I need to get to the description and the url in a favorites list can

anyone
direct me?

Thanks


Nov 20 '05 #3
Try this....

http://makeashorterlink.com/?J32021FE7
"MSN" <To******@msn.com> wrote in message
news:en*************@tk2msftngp13.phx.gbl...
I tried your last and it showed me the path, but can't figure now how to get to the description and the URL the favorite points to?
thanks again

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:Oh**************@TK2MSFTNGP11.phx.gbl...
Hi,

The are stored in a folder.
Use Environment.GetFolderPath(Environment.SpecialFolde r.Favorites)) to get the path.

Ken
-------------------
"MSN" <To******@msn.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I need to get to the description and the url in a favorites list can

anyone
direct me?

Thanks



Nov 20 '05 #4
MSN

I can use that thanks. it requires parsing and other coding.
I'm surprised that theres not a

getfile.property.URL

thanks

"Rob Oldfield" <rob@oldfield100_wow_freeserve_yikes_co_incredible !_uk> wrote
in message news:u5**************@TK2MSFTNGP10.phx.gbl...
Try this....

http://makeashorterlink.com/?J32021FE7
"MSN" <To******@msn.com> wrote in message
news:en*************@tk2msftngp13.phx.gbl...
I tried your last and it showed me the path, but can't figure now how to

get
to the description and the URL the favorite points to?
thanks again

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:Oh**************@TK2MSFTNGP11.phx.gbl...
Hi,

The are stored in a folder.
Use Environment.GetFolderPath(Environment.SpecialFolde r.Favorites)) to get the path.

Ken
-------------------
"MSN" <To******@msn.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
> I need to get to the description and the url in a favorites list can
anyone
> direct me?
>
> Thanks
>
>



Nov 20 '05 #5
there would not be a class member like that because not all files would have
an embedded URL in them.
"MSN" <To******@msn.com> wrote in message
news:O6**************@TK2MSFTNGP12.phx.gbl...

I can use that thanks. it requires parsing and other coding.
I'm surprised that theres not a

getfile.property.URL

thanks

"Rob Oldfield" <rob@oldfield100_wow_freeserve_yikes_co_incredible !_uk> wrote in message news:u5**************@TK2MSFTNGP10.phx.gbl...
Try this....

http://makeashorterlink.com/?J32021FE7
"MSN" <To******@msn.com> wrote in message
news:en*************@tk2msftngp13.phx.gbl...
I tried your last and it showed me the path, but can't figure now how to
get
to the description and the URL the favorite points to?
thanks again

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:Oh**************@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> The are stored in a folder.
> Use Environment.GetFolderPath(Environment.SpecialFolde r.Favorites))
to get
> the path.
>
> Ken
> -------------------
> "MSN" <To******@msn.com> wrote in message
> news:%2****************@TK2MSFTNGP11.phx.gbl...
> > I need to get to the description and the url in a favorites list

can > anyone
> > direct me?
> >
> > Thanks
> >
> >
>
>



Nov 20 '05 #6
So throw an exception?
"Brian Henry" <brian.henry[nospam]@adelphia.net> wrote in message
news:OA**************@TK2MSFTNGP11.phx.gbl...
there would not be a class member like that because not all files would have an embedded URL in them.
"MSN" <To******@msn.com> wrote in message
news:O6**************@TK2MSFTNGP12.phx.gbl...

I can use that thanks. it requires parsing and other coding.
I'm surprised that theres not a

getfile.property.URL

thanks

"Rob Oldfield" <rob@oldfield100_wow_freeserve_yikes_co_incredible !_uk> wrote
in message news:u5**************@TK2MSFTNGP10.phx.gbl...
Try this....

http://makeashorterlink.com/?J32021FE7
"MSN" <To******@msn.com> wrote in message
news:en*************@tk2msftngp13.phx.gbl...
> I tried your last and it showed me the path, but can't figure now
how to get
> to the description and the URL the favorite points to?
> thanks again
>
> "Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
> news:Oh**************@TK2MSFTNGP11.phx.gbl...
> > Hi,
> >
> > The are stored in a folder.
> > Use
Environment.GetFolderPath(Environment.SpecialFolde r.Favorites))
to get
> > the path.
> >
> > Ken
> > -------------------
> > "MSN" <To******@msn.com> wrote in message
> > news:%2****************@TK2MSFTNGP11.phx.gbl...
> > > I need to get to the description and the url in a favorites list can > > anyone
> > > direct me?
> > >
> > > Thanks
> > >
> > >
> >
> >
>
>



Nov 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: shank | last post by:
Is there any one "add to favorites" code that will work for IE, NS, AOL, and a host of others? At least some code that will give me an effective "add to favorites" for the highest percentage of...
5
by: JP | last post by:
I have the need to be able to access the IE5+ favorites menu, read the title and URL for each shortcut so I can render the person's favorites list on a web page. The project I'm working on is...
9
by: Dennis Ruppert | last post by:
Greetings This is rather ambitious: I have a split database that contains many different reports. I have a form that the end user launches the reports from. They select the report criteria...
1
by: Matt | last post by:
Hi Everyone, Im creating a web browser in Visual C#. Right now I am trying to create a favorites menu like the one in Internet Explorer 6. All I got so far is a favorites button, and a blank new...
2
by: clintonG | last post by:
I've been hunting around. Does anybody have a URL to Microsoft'sdocumentation for Favorites? -- <%= Clinton Gallagher METROmilwaukee (sm) "A Regional Information Service" NET csgallagher AT...
12
by: MSN | last post by:
I need to get to the description and the url in a favorites list can anyone direct me? Thanks
2
by: Tom McL. | last post by:
I have a new computer which came with sp2 and framework 1.1. I have noticed that my favorites that contain links to visual basic.net subjects that were saved under the earlier version framework...
5
by: draken | last post by:
Basically, what I am looking to do is to sync up browsers favorites via a website without a download. I thought of javascript when first doing this, as I know, mozilla would allow me to pull them...
6
by: Killer42 | last post by:
I have actually asked a pretty similar question here in the past, without a great deal of success. But I've decided to try a different tack. So, what are the ways in which a network admin could...
5
by: andrewq2 | last post by:
I have a post in fourms.micorsoft.com but no one is responding, and i had good luck in google groups befor so i decieded on posting my question here also. Im trying to add a favorites function to...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.