473,792 Members | 2,831 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Navigate2 in vb .net

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

PIE.Navigate2(P GUIURL, "", "", "", "")

ProgressWindow. lblProgressTxt. Text = "Establishi ng P
session..."
ProgressWindow. BringToFront()

Do Until PIE.ReadyState =
SHDocVw.tagREAD YSTATE.READYSTA TE_COMPLETE

Application.DoE vents()
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 1179

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

Similar topics

0
4943
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 ascii binary format which can be done in a safearray. Does anyone know how to do this in VB6 or is there another way? Thanks
1
3582
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 the same ASP page. I find that I get the same sessionId of these two view and the data of these two documents are screwed up. Do you know why the two WebBrowser controls have the same session id? (is
4
3787
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 shortly, so I don't take too much of your time. Problem:
3
9872
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() the start page is being displayed...??? Has someone an idea what I am doing wrong? Here´s the code:
7
2371
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
2347
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 todo with caching I have tried to pass the NoReadFromCache flag, but it does not solve my problem: webbrowser1.navigate2 sUrl, 4
0
3736
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 BEFORENAVIGATE2, I am canceling the current navigation and renavigating with the new custom header using Navigate2. This usually works fine, but in some cases (particularly when selecting a link that starts a new window), the Navigate2 call fails.
0
1988
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 and choose the appropriate certificate from those that are found on the card. My question is this: Is navigate2() a blocking method? That is, when I make the call to navigate2 with my login service URL and Internet Explorer pops up the PIN...
5
2083
by: zhang | last post by:
error C3861: 'Navigate2': identifier not found why???
0
10430
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
10211
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
10159
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
10000
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
9033
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
5560
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4111
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
3719
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2917
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.