473,614 Members | 2,377 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB2005 WebBrowser.Allo wNavigation Problem

Seb
Hi
Have a problem with my WebBrowser Class in VB2005

I have a page which I set and then need to disable browsing to any
further links. But cant seem to get my head around this small problem.

Once I tell the browser to navigate to my page it dose not load it up
but goes to the next command and disables browsing all together and dose
not load anything

is there a way to tell the wait until the page is loaded then disable
browsing ?
Dim URLString As String
URLString = "http://www.mywebpage.c om"
WebBrowser1.Nav igate(URLString )
WebBrowser1.All owNavigation = False
Jan 4 '06 #1
0 1347

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

Similar topics

1
2554
by: Moshazu | last post by:
Alright, I am having issues. I have a program that I want to display a grid of information and in this grid, each row will have children. It is telling me that there are children, but I have no idea how to display them. In the past, I used a dataGrid and set the allowNavigation property to true and it would put a plus next to each row. This is the same behavior that I would like with the DataGridView. Is this possible? Also, if it is...
1
1382
by: Jason Tost | last post by:
Good afternoon, I was wondering if there is a way you can determine what the security requirements are of a control. I have an application that throws a security exception if there is a WebBrowser control on my main form. The exception simply states "Request Failed". If I remove the WebBrowser control from the form, it works fine. The application is a full trust application, and I have set the URL property of the WebBrowser to...
0
1206
by: gene kelley | last post by:
I have a WindowForms app that has a WebBrowser control which works as expected except for navigating to sites that require user/password. In IE, a given URL in this catagory returns the IE login dialog as expected. The same URL in the WebBrowser control returns the' site not found or may be temporarily unavailable' display. I would expect that the IE login dialog should display using WebBrowser control. I have no idea at the moment to...
1
5967
by: Denys | last post by:
I use a WebBrowser in a windows form (without connection). I feed the "DocumentText" property and the result is ok. But when I try to change the content of my WebBrowser, the original content appears because it stays in cache. I tried with a TextBox and it's ok) How can I clear the cache in this case? Thank you for helping
1
3691
by: Fla | last post by:
Hy! I've developed a small browser for navigate into an HTML manual inside a form, but I found the following problem when I browse through links in the same HTML doc: I can't use the GoForward button 'cause CanGoForward boolean value switches from true to false when I go back in the link history (i.e. I go to the previous page link)... but it shouldn't go false 'cause when I browse back there's at least one page accesible in forward....
2
6350
by: Scott Gravenhorst | last post by:
I recently (within 30 days) downloaded and installed VB 2005 Express. I like it a whole lot... but: I have been trying to work with the WebBrowser control to display a small amount of help text for my application and though I've finally made it work, it seems a bit quirky, so perhaps that's the control being quirky or perhaps there is something I don't understand. 1) I could not figure out a way to make the webbrowser object display a...
0
1566
by: arindams | last post by:
I'm getting problem in pasting HTML text in Excel 2007 whereas it is working fine in Excel 2003. The data pasted in excel 2007 is showing the the HTML code which is not desired. I need to have the text element as normal copy from HTML file in web browser is pasted in the opened excel cell (manual operation). I'm enclosing the code I've written in the following : Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
2
1085
by: Manish http://www.vlogix.in | last post by:
Hi friends, I have create a tool to access a web page in vb.net 2005. i can able to access the parent window thro the application. but when child window popup its get log out. i think, i have to get the session value. but i don't know. can any one help me. pls urgent.
11
2204
by: kimiraikkonen | last post by:
Hi there, I needed to use MouseOver event on Webbrowser which is NOT provided by webbrowser control natively(what a disappointment), so i decided to go with another route to simulate this like: //////////////////////////////////////////////// Public Sub DisplayHyperlinks(ByVal sender As Object, ByVal e As System.Windows.Forms.HtmlElementEventArgs)
0
8176
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
8571
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
8265
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,...
0
8423
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7047
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4048
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...
0
4115
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2560
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
0
1420
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.