Posts: 22
Threads: 7
Joined: Dec 2022
Reputation:
0
Thank you so much for making such a great tool.
but
To do quick work in the browser
I want to make all photos invisible
I would like to know if there are any settings or methods.
Thankyou.
Posts: 379
Threads: 57
Joined: Oct 2016
Reputation:
12
Hi,
Thank you for the kind words.
The WebView2 control supports this by using AddWebResourceRequestedFilter and then setting the response for the image type as 403 for when the request comes in and triggers the OnWebResourceRequested event.
The problem is that these methods are not yet exposed by the AntView control.
The good news is that these are currently available against the current WebView2 API that AntView is building against.
The bad news is that it is probably going to take a few days to get it implemented.
Let me see what I can do on this.
--
Wil
Posts: 379
Threads: 57
Joined: Oct 2016
Reputation:
12
As expected it did take a few days to implement.
But .. implementation is done, will start testing tomorrow and -hopefully- get you a version that can do this soon.
Previously you were unable to receive my emails, is that resolved?
--
Wil
Posts: 22
Threads: 7
Joined: Dec 2022
Reputation:
0
Thank you so much for your interest and answers.
But I don't know how to implement it yet.
I need a simple vb6 sample.
I would be grateful if you could help.
I'm not sure about receiving emails yet.
my another email:
hanyoungsoo99@gmail.com
=====================
Also, since my writing is by Google Translate, there may be errors, so please understand.
Thankyou.
Posts: 379
Threads: 57
Joined: Oct 2016
Reputation:
12
hys999,
Ok, no problem, I understand.
I have not yet had any time to test today, but will do so now.
Yes I am going to write a simple VB6 example to test and show how to implement this.
Once my tests pass I will send you a download link to a private version of AntView by email and include the VB6 demo as well. I will also CC the email to your gmail.com account.
I will let you know in a reply here once I have sent the email.
--
Wil
Posts: 22
Threads: 7
Joined: Dec 2022
Reputation:
0
thank you for the quick reply
I have one more question.
At the point where the address is changed internally after navigation
I want to get the changed url information
[[OnAddressChange]]
event and such information
I couldn't find
Which method would be better?
If possible, make the event about it easily accessible
I would really appreciate it if you could make it and provide it.
Thankyou.
Posts: 22
Threads: 7
Joined: Dec 2022
Reputation:
0
Wow. I received your mail well.
it works fine. Great.
Thank you very much for devoting so much time.
Thankyou.
Posts: 22
Threads: 7
Joined: Dec 2022
Reputation:
0
2023-01-05, 04:49:09
(This post was last modified: 2023-01-05, 04:56:37 by hys999.)
I would like another solution.
Perhaps it is in the same context.
I am also exporting a specific webpage
=== I want to ignore ===
Javascript
1) [alert]
2) [confirm]
3) [prompt]
Would that even be possible?
Thankyou.