Something similar yes, but not exactly. Double execution in my case was caused by a complex code, from somewhere in the program event was re-fired. My approach was to trace some debug info to a log...
From your description I couldn't see how your question is related to VB6.
If you have VB6 source, you can add some debug.print information to check an trace how your command button is executed twice.
The purpose why I'm experimenting with ActiveX is to convert my old exe project to ActiveX. It's full of global variables and arrays. I can't change that, it would be to...
It's OK with a VB ActiveX variable scope. I have made a stupid error. I have called a method on Form1 from inside a Client project, while I was thinking I'm in Server project.
ActiveX has a lot of global variables, global arrays, global objects.
That's why I'm trying to make it ActiveX, and then to use it from "identical" client application as an ActiveX object, with an...
Perhaps there are some mistakes but it isn't important, I can fix it myself later. I only don't know how:
1. Send variables a, b, c from the first class to the second class
2. Create a command on...
When I push the button, I need to draw graph of function f(x) = a* x*x + b*x + c in the new window. a, b & c are in the text area.
The main problem is how to...
I prefer using Scripting object for writing, and I also had an idea to write an explicit NewLine to my string, but in mean time problem was solved and it was not software-related,