You need the WaitHostQuiet after every <enter> as this prevents your app from continuing to run before the screen has finished refreshing.
g_HostSettleTime is set to a default value of 3000ms. You could change it to 250 and your app will run much faster.
John
The library is identical from Extra! ver 6.2 up to ver 7.1.
In Visual Studio when you add a reference to a libary it wraps the referenced file into an interop dll. So Extra.tlb becomes interop.Extra.dll and this is included in the installation package for your app. Your app will not run...
With VB6 I used to set a reference to Extra.tlb in my app. When I deployed the app I did not include this file and so my app would use whatever Extra.tlb that exists on the client PC. This allowed my app to work with any version of Extra! (6.5 and above) without problems.
Now in C# after...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.