Did anyone see that high speed hair cut? faster than muppets in space.
Errr...:confused:
I am not a big fan of API, purely due to the fact that I don't know it well enough yet. But that will soon change.
One question. What does the above do?
I have an AxtiveX EXE on my computer and when I run multiple programs, all different, and they access the EXE they can see all the same Public varibles and their values. Does this mean they are seeing the same "instance", or am I just talking crap and am confusing myself? :rolleyes:
Cheers for your help by the way...
Oh, one last thing. I create an ActiveX DLL and an ActiveX EXE, both with the same class modules, Office and Offices, where Offices is a collection of Office. When these loaded the data off the server for 600 offices and passed them to my UI the DLL took 2.1s to populate a grid, where as the EXE took 12s. That was with 1 application. Now when I ran 3 applications at the same time my DLL application still only took 2.5s each, where as the EXE took 15s, 30s and 34s respectively.
These have the same code and properties, just one is DLL and other is EXE.
I knew EXE's were slower, but I didn't think they were THAT slow...:(