SunQuest
           Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old July 25th, 2003, 01:04 PM
markball markball is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: california
Posts: 1 markball User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Successive WebBrowser calls taking up memory

Running the following code is giving me Virtual Memory warnings when I get to about the 5,000th call(keyword).

' User calls this to start running the AutoBrowse program
Public Sub StartItAllUp()
Dim rngCategory As Range, rngKeyword As Range

Set rngKeyword = Application.Selection

frmWebWindow.axcBrowser.Navigate GetAddress(rngKeyword.Text)
End Sub

' When navigation to my keyword is done this events get fired by the WebBrowser control
Private Sub axcBrowser_DocumentComplete(ByVal pDisp As Object, URL As Variant)
AutoBrowseKWApproval
End Sub

Public Sub AutoBrowseKWApproval()
dim strBrowseResults as String

strBrowseResults = frmWebWindow.axcBrowser.Document.body.innertext

' [code here that uses the strBrowseResults to in/validate the Keyword in question]

Application.Selection.Offset(1, 0).Select
Set rngKeyword = Application.Selection

If rngKeyword.Text <> "" Then
frmWebWindow.axcBrowser.Navigate GetAddress(rngKeyword.Text)
End If
End Sub

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreVisual Basic Programming > Successive WebBrowser calls taking up memory


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway