November 5, 2025
Release of AntView version 2.0.567
Highlights of AntView 2.0.567 are:
- New functionality in the main AntView interface.
- Adds support for being able to customize the browser engine context menu’s.
- Adds support to synchronous interface for managing cookies.
- Added new examples for the context menu functionality and the synchronous cookie interface to VB6, VFP and DataFlex. Extended the help explaining these examples.
- Improved the examples for PowerBuilder and the help explaining those examples.
- Fixed an issue with being able to run the VB6 examples.
New functionality:
AntView interface:
Properties:
- HiddenPdfToolbarItems
- PinchZoomEnabled
- NonClientRegionSupportEnabled
- ReputationCheckingRequired
- SwipeNavigationEnabled
Methods:
Events:
AntViewGlobal interface:
Properties:
AntViewCookieManager interface:
Methods:
AntViewContextMenuIcon interface:
Properties:
Methods:
Events:
AntViewContextMenuItem interface:
Properties:
Events:
AntViewContextMenuItemCollection interface:
Properties:
Methods:
Events:
AntViewContextMenuRequestedEventArgs interface:
Properties:
Events:
AntViewContextMenuTarget interface:
Properties:
- FrameUri
- HasLinkText
- HasLinkUri
- HasSelection
- HasSourceUri
- IsEditable
- IsrequestedForMainFrame
- Kind
- LinkText
- LinkUri
- PageUri
- SelectionText
- SourceUri
Events:
Enum interfaces:
Extended the examples for showcasing how-to use the synchronous cookie interface and also a demo on how-to create a custom context menu.
This was done for VB6, VFP and DataFlex.
Also added to the help for these development environments.
Improved both the help and the examples for PowerBuilder.
The VB6 IDE on our development machine had put in hardcoded property values for the UserDataFolder path in the demo forms. As such that caused problems when users tried out the VB6 demo’s where they had to remove those settings manually, before being able to run the demo’s.
The VB6 demo’s now no longer have a hardcoded UserDataFolder path in the forms. This should be resolved permanently as these paths are now automatically removed when building the installer.

