RE: Talking to VB.
I see... well it can perfectly be done in JScript though, just as easy as it is in VB and you wouldn't have all the overhead and stuff...
Note: you only need 1 ActiveX DLL (yuor 'bot') and the wrapper script if you still want to continue to do this in VB6; not two activex DLLs. Also you don't need the sendmessage API, events in your activex dll can be triggered directly from within JScript and vice versa.
In fact, you don't need to make this event driven actually. Your activex dll could simply be the "core engine", processing the given text (manipulating the text and stuff) and outputting the reaction, while your JScript script simply calls the procedure from that "core engine" to process a string. No need for events syncronization between JScript and the activexdll in that way.
This post was edited on 07-08-2006 at 01:09 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|