473,387 Members | 1,530 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,387 software developers and data experts.

Putting a browser into my app?

Hi,

I want ot have a browser window(no tool or address bar) in my vb.net.

I have looked at the .net and com objects, and I can see a com component
called 'MS web browser'. It looks like what I want, but the browser address
is readonly, and I can not set it

Is there a proper .net browser that I can use for this ? If not how do I set
the com based browser to look at my web page?

Thanks
Nov 20 '05 #1
2 1611
Cor
Hi,
Take a look at the "navigate" methode (although the best is to use
"navigate2")
xxwebbrowser.navigate2(url)
I hope this helps
Cor
Nov 20 '05 #2
Hi,

You will have to use the WebBrowser control through COM interop as there
currently is no managed web browser control. You need to..

- Add the WebBrowser Control to your form
- Use the WebBrowser.Navigate2() method to load a URL into the browser
control

See the following knowledge base article for more information.

http://support.microsoft.com/?kbid=311284

--
Ross Donald
Rad Software
http://www.radsoftware.com.au
"news.microsoft.com" <au****@aussie.com> wrote in message
news:ej**************@tk2msftngp13.phx.gbl...
| Hi,
|
| I want ot have a browser window(no tool or address bar) in my vb.net.
|
| I have looked at the .net and com objects, and I can see a com component
| called 'MS web browser'. It looks like what I want, but the browser
address
| is readonly, and I can not set it
|
| Is there a proper .net browser that I can use for this ? If not how do I
set
| the com based browser to look at my web page?
|
| Thanks
|
|
Nov 20 '05 #3

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

Similar topics

4
by: Eric Kincl | last post by:
Hello, its been a while since I posted/looked here... my normal email client doesn't handle newsgroups :( (ximian evolution) I was wondering how you stick a file into a database, and then...
3
by: Per-Olof Nilsson | last post by:
Hi We have two applications for one system. The first application is a vb-app and the second is a web-app. From the vb-app users have the possibility to enter right into the web-app. The...
0
by: Matthew Simoneau | last post by:
I'm trying to figure out how to HTML encode shift_jis text and put it into an attribute. Starting with this XML-file with characters encoded in shift_jis <?xml version="1.0"...
25
by: delerious | last post by:
I see some code examples like this: <DIV onmouseover="this.style.background='blue'"> and other code examples like this: <DIV onmouseover="javascript:this.style.background='blue'"> Which...
60
by: A.Translator | last post by:
The footer on my page stays where I want it to be (at the bottom of the screen) as long as the content has enough volume to push it down. The moment I take out content, the container obviously...
9
by: sheri | last post by:
Hi need your expert advice. I want to put my access database online so different users in my company can use it. I can put in on a secure directory on my website. Can you direct me the best way...
4
by: Doug Laidlaw | last post by:
Thank you everybody for your help to date, and please be tolerant of a CSS beginner! I have successfully converted my site at http://www.douglaidlaw.net/boykett/ to use a free 3-column template...
3
by: andrej.kaurin | last post by:
I need to put all body content into wrapper when page is loaded. Via javascript of course. Initial DOM <body> <div> <p>Some text</p> <p>More text</p> </div>
68
by: zwsdotcom | last post by:
I've been looking for references for some weeks now, but haven't found an answer to the following question. I'd love some help on this: *Without* using JavaScript or other active client-side...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...
0
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...

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.