|
-
Sep 23rd, 2025, 09:08 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Webscrapping issue with toolbar buttons, program appears to freeze
Not expecting resolution, but simply ideas to my issue.
I'm webscraping using VB Net Webbrowser1 module in VS 2022. My issue is that when I click on a menu button, except another menu on the toolbar, the program freezes. The scrapping works just fine until I try to manipulate one of the buttons, except the menu button, that the program starts to work as the "Processing" bar appears but then that's it. This is also the same whether I manually press the buttons, instead of through code.
Any idea's I can chase after for something like this? I have full control over the company portal web page that we need for automating old records, but this one issue is killing me. I have the same program being transported over to VB written in VBA. When the IE is running with Excel there are no issues and everything runs along like a purring cat. However, when I run in VB the program hangs when I press/onclick these particular toolbar buttons.
I'm wondering if it is actually Webbrowser1 which is my issue.
Any avenue to chase would be very helpful.
EDIT: If I select a new record to process when the page appears to be frozen, then the webpage will react and do what it's told. So the page is not really frozen, but just won't process the command coming from the toolbar.
I never receive a signal from the handler to move on to the next step.
Last edited by FunkMonkey; Sep 23rd, 2025 at 09:19 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|