473,738 Members | 8,397 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web Browser like favorites in Visual C#

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 windows that appears when you click the
button. Can anyone please give me a good step by step instruction about how
to create web browser-like favorites in C#?

Thank You,

Matt
Nov 16 '05 #1
1 3150
Hi,

You have to keep the data somewhere, then you create one MenuItem for each
one. then when the user select the menu option you know which one it
selected
Pd:
You may need to extend MenuItem to store the extra data you need, it could
be helpful to have a reference to the favorite's data

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Matt" <Ma**@discussio ns.microsoft.co m> wrote in message
news:DF******** *************** ***********@mic rosoft.com...
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 windows that appears when you click the
button. Can anyone please give me a good step by step instruction about
how
to create web browser-like favorites in C#?

Thank You,

Matt

Nov 16 '05 #2

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

Similar topics

2
2041
by: Steve | last post by:
I am trying to build an online bookmark manager and I want to try and download the favorites in a browser. I know you can do window.external.AddFavorite but can you do the reverse in any way, to retrieve them from the browser into a page? I would assume that this is not possible because of security reasons but there must be some way of doing it? Any ideas? Thanks in advance...
5
2825
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 written is C#, and is web based. I had hoped there was a URL property or something I could use in the System.IO class, but no such luck, and websites aren't very clear on the steps or even if its at all possible. Again, basically want to read...
6
4779
by: Vlad Jasovic | last post by:
hello, I have following session setting in my web.config file: <configuration> <system.web> <sessionState mode = "InProc" cookieless="true" timeout="10"/> </system.web>
2
1571
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 no longer work. Upon investigating I found that the help files in the following directory: C:\Documents and Settings\All Users\Application Data\Microsoft Help no longer supporting the early vb.net help files. I could copy the files from my old...
2
1553
by: john_c | last post by:
If I want to upload a user's (with permissiom) web browser favorites, will they have to configure their favorites folder to allow the ASP.NET user to access that folder? What happens for Mac users? Thanks, John
6
7582
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 remove the Favorites menu from Windows Explorer (presumably by use of a group policy), and how can I overcome it and put my favorites menu back where it belongs? Originally I was able to get it back by correcting...
7
2732
by: Danny | last post by:
Hello: I would like to develop a browser extension, or whatever such a thing is classified as, that would allow a user of IE6, and possibly IE7, to switch between a live and development page. I'm sure the individuals reading this are familiar with what I'm referring to; however, I'll provide an example.
2
2530
by: Samusiren | last post by:
Hi there, i am currently trying to create a web browser within Visual Basic 6 but the problem i am having is that i want the program to execute a web address upon pressing the enter key (the web address would be in a text box) I have got the web browser to execute a web address upon selecting it from a drop down list of favorites, this is the only way it will navigate the Internet for me. Here is my code if that helps: - Option...
2
2364
by: ooroboo | last post by:
i was wondering if there was a easy way of adding favorites , history and make it so my combobox updates went entering a new website on my web browser , code would be helpful and as i'm new for vb would be great of you to do a little explaining too (if possible) . thanks for your help (using visual basic 6)
0
8969
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9476
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9335
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9263
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6751
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4570
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3279
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2745
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2193
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.