Is there a way to delete the history/data/cookies for the WebGadget + #PB_Web_Edge (PureBasic 6.10 beta 1) ?
How does it work ?
WebGadget delete history ?
Re: WebGadget delete history ?
Deleting the history seems to be possible via the ICoreWebView2Profile2 interface.
https://learn.microsoft.com/en-us/micro ... .0.2088.41
However the new WebGadget (#PB_Web_Edge) doesnt seem to expose the pointer to the IWebBrowser2 interface any longer.
If its still the same interface!
This worked before:
https://learn.microsoft.com/en-us/micro ... .0.2088.41
Maybe i can get there via the IWebBrowser2 interface not sure yet.ClearBrowsingData(COREWEBVIEW2_BROWSING_DATA_KINDS dataKinds, ICoreWebView2ClearBrowsingDataCompletedHandler * handler)
However the new WebGadget (#PB_Web_Edge) doesnt seem to expose the pointer to the IWebBrowser2 interface any longer.
If its still the same interface!
This worked before:
Code: Select all
GetWindowLongPtr_(GadgetID(Gadget),#GWLP_USERDATA)
