Hi,
I want to use websocket in MS Access VBA.
Is it possible you create an ocx?
Thx in advance
Printable View
Hi,
I want to use websocket in MS Access VBA.
Is it possible you create an ocx?
Thx in advance
Hi KarelK,
Yes its possible to make an OCX, it originally was in ocx form when I first released it. I plan on making a dual exe/ocx release soon but havenet had the time. You have to move a few declarations around to create the OCX its pretty simple.
As far as using it from ms access vba, I have no idea if that will work but it should if vba can consume OCX's.
Stay tuned for ocx/exe release!
regards,
Lewis
Thx in advance,
In access we kan put the ocx on a form and declare it as an object.
The version number in the files is 1.10. Are the files in this download not up to date, or did you just not update the version number in the files? Thanks
'VBWebsocket 1.10 - BETA
'release date: 4/10/2022
Sorry for the belated reply, my hardrive died and Ive been working on getting my system back up and running. I'm pretty sure that i just forgot to update the version numbers inside the files, the upload is the updated version.
It has the SendAdvanced() function and the updated CollapseFramesEx() function which is in the new update. I'll try to make sure to update the numbers inside the files on the next update which will probably be a dual source of an Exe and an Ocx.
it's only for websocket client,if it's support for websocket server,That would be a great product.
It seems that the certificates are expired, also tried using it with newest VBAsyncSocket which does infact work correctly to a HTTPS page.
Error message:
Error! 1016: Event Type: Receive/Read -2147221504: Description: The certificate or one of the certificates in the certificate chain does not have a valid signature.
Hello!
I ran into the following problems
***error mesg***
Error! 1016: Event Type: Recieve/Read -2147221504: Description: No certificate subject name matches target host name
***************
It seems that the local certificate is not found, how to solve it?
Thanks!
If you can tell me where you were connecting to maybe I can test it and reproduce the problem, alternatively you could just upgrade the Files in the project to use the latest AsyncSocket code if it is working for you.
Thank god. It's finally fixed. Now I can actually focus on implementing ws to my legacy Discord client rather than writing boilerplate code while watching others in C++ etc just use a library.
1599.219 [ERROR] The certificate or one of the certificates in the certificate chain does not have a valid signature &H80040000 [Form1.pvInitHttpRequest, cTlsSocket.pvPkiCertValidate]
Weird, BareboneThunks works but not TlsSocket.
Hello sir, I have done a fix to both the latest VbAsyncSocket and the 1.11 version of the VBWebSocket to work together.
A single basic Private->Public change in the latest VbAsyncSocket's Thunks module. And a function replacement in your code.