-
Posts
2,804 -
Joined
-
Last visited
-
Days Won
20
ptrex last won the day on April 15
ptrex had the most liked content!
About ptrex

Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
ptrex's Achievements

Universalist (7/7)
209
Reputation
-
Parsix reacted to a post in a topic: Microsoft Edge - WebView2, embed web code in your native application
-
@Parsix The WebView2 object does need a UDF (User Data Folder) to store cached info / cookies etc. https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/user-data-folder?tabs=win32 So it will always look for a custom user folder to store this information.
-
Danyfirex reacted to a post in a topic: Microsoft Edge - WebView2, embed web code in your native application
-
@Danyfirex Look really great ! ð Can someone attach the OCX to the post please... Because the full installer is +300 Mb and we only need the OCX I guess. Thanks
-
Danyfirex reacted to a post in a topic: Microsoft Edge - WebView2, embed web code in your native application
-
@Danyfirex Look really great ! ð Can someone attach the OCX to the post please... Because the full installer is +300 Mb and we only need the OCX I guess. Thanks
-
ptrex reacted to a post in a topic: Microsoft Edge - WebView2, embed web code in your native application
-
Gianni reacted to a post in a topic: Microsoft Edge - WebView2, embed web code in your native application
-
@Gianni Apparently if you read through the documentation there are more dependencies needed ... https://www.vbforums.com/showthread.php?899415-OrdoWebview2-ActiveX-WebView2-Browser-Control-(Replacement-of-the-MS-browser-control) They have built a custom vbRichClient based on the RC6, that is built with VB6 and has a few DLL's to download first https://www.vbrichclient.com/#/en/Downloads.htm Next you need to register a few COM components from the downloaded DLL's. It also has to the WebView2Loader.dll in there that is needed... For more info best go to the VB forum to see some example scripts to do some trial and error...
-
Gianni reacted to a post in a topic: Microsoft Edge - WebView2, embed web code in your native application
-
mLipok reacted to a post in a topic: Microsoft Edge - WebView2, embed web code in your native application
-
argumentum reacted to a post in a topic: Microsoft Edge - WebView2, embed web code in your native application
-
Long time ago some posted a VB Wrapper for the controls To run them you need to install the VB6 Controls Runtime Plus 2.2 Dependency files: https://sourceforge.net/projects/vb6extendedruntime/ You only need this to install (not the rest !!) Once installed you can run the included AU3 Example scripts : I guess once you have installed the VB6 runtime control you can get the Edge Wrapper to work as well... Success _VB Controls.zip
-
Gianni reacted to a post in a topic: Microsoft Edge - WebView2, embed web code in your native application
-
argumentum reacted to a post in a topic: Microsoft Edge - WebView2, embed web code in your native application
-
@Gianni The reason for the Run-Time Error 0 is related to Visual Basic. Apparently the OCX is build using VB6 and therefor, need the VB runtime MSVBVM60.DLL. There might be depending DLL's or OCX needed like COMDLG32.OCX
-
argumentum reacted to a post in a topic: Microsoft Edge - WebView2, embed web code in your native application
-
@Gianni I installed it in full and ran the test app that comes with it. And all seems to work fine. I have not tested it running the OCX in Au3 yet... when I see some time available I will give it a try
-
@Nine When the windows is resized the mouse control to release the button to the new position doesn't work anymore ? Only when the window is not resized all is OK
-
ptrex reacted to a post in a topic: Resize GUI & controls font
-
.NET Common Language Runtime (CLR) Framework
ptrex replied to ptrex's topic in AutoIt Example Scripts
Bad news !! ð https://www.bleepingcomputer.com/news/security/vipersoftx-malware-covertly-runs-powershell-using-autoit-scripting/ Rgds ptrex -
Hi MattyD, I am not familiar with MSC (yet). Looked at the protol on the internet and looks interesting ! https://help2.malighting.com/Page/grandMA2/remote_control_msc/en/3.3 I have Dj controller that support DMX Lighting. Not sure if this protoco is compatible ... https://support.numark.com/en/support/solutions/articles/69000797886-how-to-set-up-and-sync-engine-lighting-with-dmx-lights Anyhow I will dig into this a bit more.
-
ptrex reacted to a post in a topic: AutoIt Wrapper For RapidOCR
-
Hi Danyfirex, Good to see you are still developing in AutIT ð I see that this Library is using ONNX Open Neural Network Exchange AI (https://onnx.ai/) Correct ? Can you tell a bit more why we should use this library compared to other conventional OCR libraries ? It is better, faster more reliable, ... PS : I use OCR on a daily basis for different purposes. Thanks
- 3 replies
-
- ocr
- text recognition
-
(and 2 more)
Tagged with:
-
ptrex reacted to a post in a topic: GDI - Interactive Fader and Knob controls
-
-
ptrex reacted to a post in a topic: GDI - Interactive Fader and Knob controls
-
Indeed you are correct it does not run on a machine that has no AutoIT installed. According to me this has nothing to do with running regfree COM objects ... but rather how the AutoIT developers created the COM dependencies I give you this other example I tested succesfully. The issue with COM objects is as well that you need take in account the bit factor ! I know that the dynwrap is a 32 bit COM object. so if you would run the vbscript as is you would get this error. While if you run it as a 32bit vbscript using cscript, all runs well Dynwrap.zip