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

WebBrowser1 pushtable data

1
Dear All,

Although, I did go through this forum, this webpage, quite attentively, to my despare I still have two problems with data obtained from a WebBrowser1 in Visual Studio 2008. on WinXP.SP2

The webbpage contains data that is altered about every second, I wish to get this data to my programm. For the sake of simplicity I chose not to send requests, I just want to use the data which is displayed on my screen, using

-> webbrowser.document
From this document, I get the node I want using getelementbytagName to a collection, I can parse the document and add the entries I like to a listBox, fine!
The compleated event of the webBrowser is used to trigger the transfer of the source code of the page to my application.

But:
This works well only for about a minute, thereafter no entries are added to the listBox mentioned above. I can extend this time by scrolling down the listbox!

I have tried to empty the listbox repeatedly, after some entries, with no success!
Furthermore, I checked other properties such as IsBusy to trigger the transfer of data, no improvement!

I would be more than happy for any suggestion to solve this strange bevavior,

Regards,
Welk
Oct 18 '08 #1
0 893

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: HBoy | last post by:
Hi, Trying to fill in a form via webbrowser1. I can fill in all the text inputs, but am having trouble setting check boxes true or false. the form has these buttons: <div align="left">...
2
by: Florin | last post by:
Hi, How can get the javascript using a button Command1 ? I want to create the html on the fly. This one doesn't work: Private Sub Command1_Click() WebBrowser1.Navigate...
0
by: Raymond H. | last post by:
Hello, in my vb projet, I put a WebBrowser and when I view the contents of my hard disk with 'WebBrowser1.Navigate "C:\"' I view my directory in the right side only and in the left side it is'nt...
1
by: Boki | last post by:
Hi All, I feel that WebBrowser1.Navigate will make program hold until it complete the document, am I right? Can any way to solve it? or that is not a good feeling for users to control my app...
16
by: nime | last post by:
How can I grab html source of a frame? I can retrive main frame by WebBrowser1.DocumentText but I want to retrive inner (child) frame... WebBrowser1.Document.Window.Frames(0).DocumentText like...
0
by: webmaster | last post by:
Hi, i use WebBrowser1 component in my application. And i try to take web page's session ID in the WebBrowser1. Is that possible ? Thank you.
0
by: trint | last post by:
I want check for the document title, which is: <title> Golf Cart </title> I do this, trying to get it: webBrowser1.Navigate(new Uri(address)); label2.Text = webBrowser1.DocumentTitle;
0
by: Jeff | last post by:
How is this done? I have a site that I log into using httpwebrequest, but there are some parts of the site I would like to occasionally browse through webbrowser1 in a separate tab. Is there a...
0
by: Boki | last post by:
HI All, I want to auto postdata to a server. However, the original webpage has a "submit" button, when user click it, it will submit the texts in the form. However, when I try to do ...
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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...

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.