<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Antwise community forums - Antview for Windows]]></title>
		<link>https://forums.antwise.com/</link>
		<description><![CDATA[Antwise community forums - https://forums.antwise.com]]></description>
		<pubDate>Tue, 21 Apr 2026 21:48:28 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Windows 7 VB6]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=244</link>
			<pubDate>Tue, 17 Mar 2026 11:49:13 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=408">Shragel</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=244</guid>
			<description><![CDATA[My dev machine is running windows 7 VB6. Whenever I use Navigate in the code or in the application after compiling I get this error. Is Windows 7 supported?<br />
<br />
  Fault Module Name: KERNELBASE.dll<br />
  Fault Module Version: 6.1.7601.24545<br />
  Fault Module Timestamp: 5e0eb7f5<br />
  Exception Code: 0eedfade<br />
  Exception Offset: 0000c5af<br />
  OS Version: 6.1.7601.2.1.0.256.48<br />
  Locale ID: 1033<br />
  Additional Information 1: cc70<br />
  Additional Information 2: cc70b35f15b22437ef0a7c749d386815<br />
  Additional Information 3: b4c5<br />
  Additional Information 4: b4c5d1b7e8d98bae1e4fe76ac2e17d82]]></description>
			<content:encoded><![CDATA[My dev machine is running windows 7 VB6. Whenever I use Navigate in the code or in the application after compiling I get this error. Is Windows 7 supported?<br />
<br />
  Fault Module Name: KERNELBASE.dll<br />
  Fault Module Version: 6.1.7601.24545<br />
  Fault Module Timestamp: 5e0eb7f5<br />
  Exception Code: 0eedfade<br />
  Exception Offset: 0000c5af<br />
  OS Version: 6.1.7601.2.1.0.256.48<br />
  Locale ID: 1033<br />
  Additional Information 1: cc70<br />
  Additional Information 2: cc70b35f15b22437ef0a7c749d386815<br />
  Additional Information 3: b4c5<br />
  Additional Information 4: b4c5d1b7e8d98bae1e4fe76ac2e17d82]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[VFP] Mouse cursor dissapears]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=243</link>
			<pubDate>Tue, 17 Mar 2026 01:59:27 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=405">fire555</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=243</guid>
			<description><![CDATA[Hi Wil,<br />
<br />
Got a weird issue, hoping there is a nice easy fix.<br />
<br />
Consider I have an AntView object on the screen and the mouse is hovering over it. I then start a new foxpro form without moving the mouse. Also, without moving the mouse, I release that form. The mouse is still over the AntView object, but now the mouse cursor has disappeared.<br />
<br />
I can move the mouse around and the AntView control responds to the movements, but there is no cursor. The only way to get the cursor back is to move off the AntView control. If I move immediately back onto it, the mouse cursor is displayed correctly.<br />
<br />
Do you have any ideas about this one? I can create an example if you need it.<br />
<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[Hi Wil,<br />
<br />
Got a weird issue, hoping there is a nice easy fix.<br />
<br />
Consider I have an AntView object on the screen and the mouse is hovering over it. I then start a new foxpro form without moving the mouse. Also, without moving the mouse, I release that form. The mouse is still over the AntView object, but now the mouse cursor has disappeared.<br />
<br />
I can move the mouse around and the AntView control responds to the movements, but there is no cursor. The only way to get the cursor back is to move off the AntView control. If I move immediately back onto it, the mouse cursor is displayed correctly.<br />
<br />
Do you have any ideas about this one? I can create an example if you need it.<br />
<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[navigatetostringsync problem]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=242</link>
			<pubDate>Mon, 16 Mar 2026 11:10:06 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=292">carlos@agpsoftware.com</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=242</guid>
			<description><![CDATA[Hi,<br />
I'm having a problem with navigatetostringsync method. The same really simple html content works fine with navigatetostring and shows html content correctly. However, navigatetostringsync returns success = false and TxWebErrorStatus = 0<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>thisform.oAntView.object.NavigateToStringSync(m.codigo_html, @m.exito, @m.TxWebErrorStatus)</code></div></div><br />
<br />
Txt attached is html content of m.codigo_html variable.<br />
m.exito returns .f. (false) and  m.TxWebErrorStatus returns 0<br />
<br />
Any idea of what am i doing wrong?<br />
TIA<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forums.antwise.com/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=70" target="_blank" title="">_7F50NCX0.txt</a> (Size: 86 bytes / Downloads: 2)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi,<br />
I'm having a problem with navigatetostringsync method. The same really simple html content works fine with navigatetostring and shows html content correctly. However, navigatetostringsync returns success = false and TxWebErrorStatus = 0<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>thisform.oAntView.object.NavigateToStringSync(m.codigo_html, @m.exito, @m.TxWebErrorStatus)</code></div></div><br />
<br />
Txt attached is html content of m.codigo_html variable.<br />
m.exito returns .f. (false) and  m.TxWebErrorStatus returns 0<br />
<br />
Any idea of what am i doing wrong?<br />
TIA<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forums.antwise.com/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=70" target="_blank" title="">_7F50NCX0.txt</a> (Size: 86 bytes / Downloads: 2)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[VFP] Default back color of Antview control]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=241</link>
			<pubDate>Wed, 11 Mar 2026 12:05:45 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=405">fire555</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=241</guid>
			<description><![CDATA[Hi Guys,<br />
<br />
Just wondering if there is a way to specify the default back color of the control displayed before navigating to a page.<br />
<br />
For the time being, I have set visible to false until the page loads, but on setting visible to true I get a slight flash before the page is displayed.<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hi Guys,<br />
<br />
Just wondering if there is a way to specify the default back color of the control displayed before navigating to a page.<br />
<br />
For the time being, I have set visible to false until the page loads, but on setting visible to true I get a slight flash before the page is displayed.<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KeyPress - Escape]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=239</link>
			<pubDate>Mon, 16 Feb 2026 16:53:43 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=292">carlos@agpsoftware.com</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=239</guid>
			<description><![CDATA[Hi,<br />
<br />
I have my antview control inserted in a VFP form and want that when it has focus, escape key run as in my other controls. But i don't know how to catch the key. I don't see any 'keypress' event or similar.<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I have my antview control inserted in a VFP form and want that when it has focus, escape key run as in my other controls. But i don't know how to catch the key. I don't see any 'keypress' event or similar.<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[VFP] Grey overlay while Editing Form]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=233</link>
			<pubDate>Wed, 28 Jan 2026 00:50:33 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=297">echolis</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=233</guid>
			<description><![CDATA[I'm in the midst of testing a VFP form using a tab interface (Page Group Control). Everything seems to be working well in production.<br />
<br />
But, while editing the form, my Antview 2 instance is on a tab that is not the primary or active tab. A large grey box appears on top of all my form controls, in the same size and position of the antview control. I can't edit any of my controls.<br />
<br />
I've attached a sample of what I'm seeing. <br />
<br />
My lazy fix is to position the antview control off screen and re-position it at runtime. I also set .Visible to true on page activation and false on deactivation.<br />
<br />
It's a minor inconvenience<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forums.antwise.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=69" target="_blank" title="">Screenshot 2026-01-27 184621.png</a> (Size: 9.2 KB / Downloads: 15)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[I'm in the midst of testing a VFP form using a tab interface (Page Group Control). Everything seems to be working well in production.<br />
<br />
But, while editing the form, my Antview 2 instance is on a tab that is not the primary or active tab. A large grey box appears on top of all my form controls, in the same size and position of the antview control. I can't edit any of my controls.<br />
<br />
I've attached a sample of what I'm seeing. <br />
<br />
My lazy fix is to position the antview control off screen and re-position it at runtime. I also set .Visible to true on page activation and false on deactivation.<br />
<br />
It's a minor inconvenience<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forums.antwise.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=69" target="_blank" title="">Screenshot 2026-01-27 184621.png</a> (Size: 9.2 KB / Downloads: 15)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Antview 2.0.514 and 2.0.567 are both current?]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=232</link>
			<pubDate>Mon, 12 Jan 2026 13:55:30 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=310">jdijkstra</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=232</guid>
			<description><![CDATA[Hi!<br />
We are using Antview fo Windows 2.0.514, on the downloads page I see there is a new version (2.0.567) but version 2.0.514 also still looks like it is a current version.<br />
<br />
That confuses me. Should I upgrade from  2.0.514 to 2.0.567? Does it have breaking changes?<br />
I am not looking for new features, but just like to keep up with security patches.<br />
<br />
Thanks,<br />
Jurjen.]]></description>
			<content:encoded><![CDATA[Hi!<br />
We are using Antview fo Windows 2.0.514, on the downloads page I see there is a new version (2.0.567) but version 2.0.514 also still looks like it is a current version.<br />
<br />
That confuses me. Should I upgrade from  2.0.514 to 2.0.567? Does it have breaking changes?<br />
I am not looking for new features, but just like to keep up with security patches.<br />
<br />
Thanks,<br />
Jurjen.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DevToolsEnabled has no effect]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=229</link>
			<pubDate>Wed, 15 Oct 2025 22:07:06 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=276">honkinberry</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=229</guid>
			<description><![CDATA[I am having difficulty getting the DevToolsEnabled to work.<br />
No matter what setting I have it in, I can access the Dev Tools both via the right click menu and the keyboard shortcut.<br />
<br />
Am I missing something simple?<br />
<br />
--J]]></description>
			<content:encoded><![CDATA[I am having difficulty getting the DevToolsEnabled to work.<br />
No matter what setting I have it in, I can access the Dev Tools both via the right click menu and the keyboard shortcut.<br />
<br />
Am I missing something simple?<br />
<br />
--J]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Custom context menu possible?]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=228</link>
			<pubDate>Mon, 06 Oct 2025 08:59:50 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=315">jkirstaetter</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=228</guid>
			<description><![CDATA[Hello Wil,<br />
<br />
Is it currently possible to define and use one's own context menu using AntView 2?<br />
I see only <a href="https://doc.antwise.com/antview2/hs44.htm" target="_blank" rel="noopener" class="mycode_url">https://doc.antwise.com/antview2/hs44.htm</a> to disable the context menu but no references to WebView 2 ContextMenuRequested event. <a href="https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2.contextmenurequested" target="_blank" rel="noopener" class="mycode_url">https://learn.microsoft.com/en-us/dotnet...urequested</a><br />
<br />
Is this eventually on your roadmap?<br />
<br />
Cheers, JoKi]]></description>
			<content:encoded><![CDATA[Hello Wil,<br />
<br />
Is it currently possible to define and use one's own context menu using AntView 2?<br />
I see only <a href="https://doc.antwise.com/antview2/hs44.htm" target="_blank" rel="noopener" class="mycode_url">https://doc.antwise.com/antview2/hs44.htm</a> to disable the context menu but no references to WebView 2 ContextMenuRequested event. <a href="https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2.contextmenurequested" target="_blank" rel="noopener" class="mycode_url">https://learn.microsoft.com/en-us/dotnet...urequested</a><br />
<br />
Is this eventually on your roadmap?<br />
<br />
Cheers, JoKi]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VFP9 "not installed properly"]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=227</link>
			<pubDate>Fri, 12 Sep 2025 00:05:39 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=401">jonlove</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=227</guid>
			<description><![CDATA[I have an application on my development machine the AntView works properly. But when installing on test machines Windows 2016 and Windows 10 upon launching the AntView it responds with "Not installed properly". I've installed WebView2 x86 version, placed the AntView.ocx and WebView2Loader.dll in the startup folder and registered AntView.ocx to the same folder.<br />
<br />
Not sure what I've got setup improperly.]]></description>
			<content:encoded><![CDATA[I have an application on my development machine the AntView works properly. But when installing on test machines Windows 2016 and Windows 10 upon launching the AntView it responds with "Not installed properly". I've installed WebView2 x86 version, placed the AntView.ocx and WebView2Loader.dll in the startup folder and registered AntView.ocx to the same folder.<br />
<br />
Not sure what I've got setup improperly.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VFP Form Sample]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=226</link>
			<pubDate>Thu, 04 Sep 2025 18:09:21 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=400">OASDavid</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=226</guid>
			<description><![CDATA[Hello, I'm testing Antview 2 in VFP.  I'm loading the browser on a form and hope to use as a dashboard.  I'm having some issues getting this registered, as I'm getting Class not found errors (it is registered).  Are there any VFP form samples?  I think the ones with Antview 1 do not work quite right?<br />
<br />
Thank you.]]></description>
			<content:encoded><![CDATA[Hello, I'm testing Antview 2 in VFP.  I'm loading the browser on a form and hope to use as a dashboard.  I'm having some issues getting this registered, as I'm getting Class not found errors (it is registered).  Are there any VFP form samples?  I think the ones with Antview 1 do not work quite right?<br />
<br />
Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[VFP9] antview.settings not giving CoreWebView2Settings]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=225</link>
			<pubDate>Wed, 27 Aug 2025 23:23:49 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=399">LOGO Datensysteme</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=225</guid>
			<description><![CDATA[Hello dear folks at antwise,<br />
<br />
i am happily using antview in our commercial product as an embedded oauth2 experience and it works marvelous in our VFP9 SP2 based program.<br />
<br />
Now i would like to extend the usage of antview to displaying PDFs as the webviewer2 is quite capable with that. This works also great.<br />
<br />
BUT... <span style="font-style: italic;" class="mycode_i">there's always one ;-) </span><br />
<br />
For changing the default PDF-Toolbar i would need to access to the CoreWebView2Settings.HiddenPdfToolbarItems.<br />
<br />
After reading documentation I suspected that antview.settings is offereing access to the interface or class of CoreWebView2Settings. When the view is fully initiated antview.settings suggesting it is an object. But this object has no props, no nothing and any try to "set" or access any props or interfaces that might existing on that, is running me into a wall off OLE errormessages.<br />
<br />
Given a fully running antview with a displayed pdf showing just fine, i try the following (very simplified):<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>local loSettings<br />
loSettings = thisform.antview.settings<br />
loSettings.HiddenPdfToolbarItems = 1</code></div></div><br />
Line 2 works fine and debugger at least shows an object type. But loSettings does not show any object-Props at all at that point.<br />
Line 3 will, when executed, come up with a pretty hard OLE error and c000....05 bringing the test to a screeching halt.<br />
<br />
The c00...05 Error in VFP is usually a desatrous mishap in memory-access and only one step away from "instant implosion" of the VFP-instance. So no luck on that end.<br />
<br />
Several variations (including trying the get hold of the interface itself with GETINTERFACE(...) ) later it still did not work out. <br />
<br />
So i am giving up and try to get help here.<br />
<br />
Any hint, info or help on how to access and use the CoreWebView2Settings Interface in VFP9 using antview1 or antview2 (we have lics for both of them  <img src="https://forums.antwise.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> )<br />
The endgoal is simply to alter the CoreWebView2Settings.HiddenPdfToolbarItems to switch Buttons on the PDF-Toolbar on/off. <br />
<br />
But in the end the other CoreWebView2Settings-Props/Classes are pretty interesting too  <img src="https://forums.antwise.com/images/smilies/cool.png" alt="Cool" title="Cool" class="smilie smilie_3" /><br />
<br />
Thanks and best regards and<br />
met vriendelijke groeten uit Bremerhaven<br />
<br />
Michael]]></description>
			<content:encoded><![CDATA[Hello dear folks at antwise,<br />
<br />
i am happily using antview in our commercial product as an embedded oauth2 experience and it works marvelous in our VFP9 SP2 based program.<br />
<br />
Now i would like to extend the usage of antview to displaying PDFs as the webviewer2 is quite capable with that. This works also great.<br />
<br />
BUT... <span style="font-style: italic;" class="mycode_i">there's always one ;-) </span><br />
<br />
For changing the default PDF-Toolbar i would need to access to the CoreWebView2Settings.HiddenPdfToolbarItems.<br />
<br />
After reading documentation I suspected that antview.settings is offereing access to the interface or class of CoreWebView2Settings. When the view is fully initiated antview.settings suggesting it is an object. But this object has no props, no nothing and any try to "set" or access any props or interfaces that might existing on that, is running me into a wall off OLE errormessages.<br />
<br />
Given a fully running antview with a displayed pdf showing just fine, i try the following (very simplified):<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>local loSettings<br />
loSettings = thisform.antview.settings<br />
loSettings.HiddenPdfToolbarItems = 1</code></div></div><br />
Line 2 works fine and debugger at least shows an object type. But loSettings does not show any object-Props at all at that point.<br />
Line 3 will, when executed, come up with a pretty hard OLE error and c000....05 bringing the test to a screeching halt.<br />
<br />
The c00...05 Error in VFP is usually a desatrous mishap in memory-access and only one step away from "instant implosion" of the VFP-instance. So no luck on that end.<br />
<br />
Several variations (including trying the get hold of the interface itself with GETINTERFACE(...) ) later it still did not work out. <br />
<br />
So i am giving up and try to get help here.<br />
<br />
Any hint, info or help on how to access and use the CoreWebView2Settings Interface in VFP9 using antview1 or antview2 (we have lics for both of them  <img src="https://forums.antwise.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> )<br />
The endgoal is simply to alter the CoreWebView2Settings.HiddenPdfToolbarItems to switch Buttons on the PDF-Toolbar on/off. <br />
<br />
But in the end the other CoreWebView2Settings-Props/Classes are pretty interesting too  <img src="https://forums.antwise.com/images/smilies/cool.png" alt="Cool" title="Cool" class="smilie smilie_3" /><br />
<br />
Thanks and best regards and<br />
met vriendelijke groeten uit Bremerhaven<br />
<br />
Michael]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[GetCookies Method Example]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=218</link>
			<pubDate>Thu, 03 Apr 2025 22:58:08 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=392">grusak</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=218</guid>
			<description><![CDATA[Hello,<br />
<br />
We are using the AntView WebView2 ActiveX control in our PowerBuilder 2022 R3 application. <br />
<br />
We are trying to use the GetCookies Method to get a list of cookies on the user's profile.<br />
<br />
Can anyone provide some sample code of how to do this?<br />
<br />
We're getting stuck understanding how to access the OnGetCookieList EVENT that is fired when the GetCookies() Method is invoked.<br />
<br />
Appreciate any code, feedback or insight.<br />
<br />
Kind Regards,<br />
<br />
Greg]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
We are using the AntView WebView2 ActiveX control in our PowerBuilder 2022 R3 application. <br />
<br />
We are trying to use the GetCookies Method to get a list of cookies on the user's profile.<br />
<br />
Can anyone provide some sample code of how to do this?<br />
<br />
We're getting stuck understanding how to access the OnGetCookieList EVENT that is fired when the GetCookies() Method is invoked.<br />
<br />
Appreciate any code, feedback or insight.<br />
<br />
Kind Regards,<br />
<br />
Greg]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Form with no name submit]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=216</link>
			<pubDate>Thu, 06 Mar 2025 17:17:50 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=292">carlos@agpsoftware.com</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=216</guid>
			<description><![CDATA[Attached web form's code<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forums.antwise.com/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=66" target="_blank" title="">Form with no name submit.txt</a> (Size: 1.15 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Attached web form's code<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forums.antwise.com/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=66" target="_blank" title="">Form with no name submit.txt</a> (Size: 1.15 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AWF problem]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=212</link>
			<pubDate>Sat, 15 Feb 2025 12:15:28 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=292">carlos@agpsoftware.com</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=212</guid>
			<description><![CDATA[Hi,<br />
<br />
Since today (maybe yesterday) i get this error when trying to connect to a web site:<br />
<span style="font-style: italic;" class="mycode_i">     the web application firewall has denied your transaction due to a violation of policy</span><br />
<span style="font-style: italic;" class="mycode_i">     You may want to clear the cookies in your browser.</span><br />
<br />
Removing cookies don't seems to work.<br />
Is there a solution? Or it depends on target site administration?<br />
TIA<br />
<hr class="mycode_hr" />
<blockquote class="mycode_quote"><cite><span> (2025-02-15, 11:15:28)</span>carlos@agpsoftware.com Wrote:  <a href="https://forums.antwise.com/showthread.php?pid=805#pid805" class="quick_jump"></a></cite>Hi,<br />
<br />
Since today (maybe yesterday) i get this error when trying to connect to a web site:<br />
<span style="font-style: italic;" class="mycode_i">     the web application firewall has denied your transaction due to a violation of policy</span><br />
<span style="font-style: italic;" class="mycode_i">     You may want to clear the cookies in your browser.</span><br />
<br />
Removing cookies don't seems to work.<br />
Is there a solution? Or it depends on target site administration?<br />
TIA</blockquote><br />
Well. Sorry. Maybe web site is on maintenance. Will try again when is back.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Since today (maybe yesterday) i get this error when trying to connect to a web site:<br />
<span style="font-style: italic;" class="mycode_i">     the web application firewall has denied your transaction due to a violation of policy</span><br />
<span style="font-style: italic;" class="mycode_i">     You may want to clear the cookies in your browser.</span><br />
<br />
Removing cookies don't seems to work.<br />
Is there a solution? Or it depends on target site administration?<br />
TIA<br />
<hr class="mycode_hr" />
<blockquote class="mycode_quote"><cite><span> (2025-02-15, 11:15:28)</span>carlos@agpsoftware.com Wrote:  <a href="https://forums.antwise.com/showthread.php?pid=805#pid805" class="quick_jump"></a></cite>Hi,<br />
<br />
Since today (maybe yesterday) i get this error when trying to connect to a web site:<br />
<span style="font-style: italic;" class="mycode_i">     the web application firewall has denied your transaction due to a violation of policy</span><br />
<span style="font-style: italic;" class="mycode_i">     You may want to clear the cookies in your browser.</span><br />
<br />
Removing cookies don't seems to work.<br />
Is there a solution? Or it depends on target site administration?<br />
TIA</blockquote><br />
Well. Sorry. Maybe web site is on maintenance. Will try again when is back.]]></content:encoded>
		</item>
	</channel>
</rss>