473,324 Members | 2,535 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,324 software developers and data experts.

Navigate2 in vb .net

We have the following code in our application:
Try
ProgressWindow.lblProgressTxt.Text = "Establishing
connection with ..."
ProgressWindow.BringToFront()

PIE.Navigate2(PGUIURL, "", "", "", "")

ProgressWindow.lblProgressTxt.Text = "Establishing P
session..."
ProgressWindow.BringToFront()

Do Until PIE.ReadyState =
SHDocVw.tagREADYSTATE.READYSTATE_COMPLETE

Application.DoEvents()
Loop

There are around 500 users using the application. The issue is that out
of all of them, 7-8 user's machines are sending TWO http requests (one
get, one post) to the PGUIURL . I checked my code and it does not run
"PIE.Navigate2(PGUIURL)" twice. If it did, all users should have had
the same problem. Is there a bug in VB .net or windows 2000 or
Navigate2 object that anyone is aware of? Is there anyway that this can
be fixed?

Jun 1 '06 #1
0 1164

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

Similar topics

0
by: Koonaka | last post by:
Hi all, I am tryiing to post data from one web page to another using the webbrowser control's navigate2 or navigate method. The examples I can find tell me that i need to send the post data in...
1
by: Kevin | last post by:
Hi, My application is a MDI and for each document, I create a WebBrowser control and call Navigate2 to get the HTML view of each document. I have tried opened two documents and Navigate2 to...
4
by: Martin Ho | last post by:
Hey Everyone, I really hope there is someone who can figure out this problem. Honestly, I spent 3 days now trying to find the solution, but nothing works. I'll try to explain the problem...
3
by: Tim Bücker | last post by:
Hello. I am trying to launch the internet explorer from my program using the code seen below but unfortunately the Navigate2 command is ignored. So Navigate2 is not working but calling GoHome()...
7
by: Mohammed Abdel-Razzak | last post by:
Dear sirs I`ve added Microsoft Web browser componet to my project I`d like to know how can I view a web page in it? thanks Mohammed
0
by: Noël Thoelen | last post by:
Hy I am using the webbrowser control with the navigate2 method. I have a problem when i pass 2 times the same url to the navigate2 method. I will load old content, so i assume it has something...
0
by: Dean Hallman | last post by:
Hello, I am developing a BHO that should add a custom HTTP header on a specific domain only. Don't want the header globally, otherwise I could just add a registry key. So, on...
0
by: Fette | last post by:
I am using the AxSHDocVw.AxWebBrowser navigate2() method to launch the login web service for my application. IIS has been configured to require client side certificates. I am using a smart card...
5
by: zhang | last post by:
error C3861: 'Navigate2': identifier not found why???
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
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...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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...

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.