VB Controls or Objects are Slow When Running from the ATEasy IDE

Knowledge Base Article # Q200018

Read Prior Article Read Next Article
Summary Describes how to increase performance when using VB controls or objects in ATEasy
  
Login to rate article
Solution:

Visual Basic 6.0 objects are single threaded by default. VB objects that are run in the ATEasy IDE will run in the IDE's main process thread apartment. ATEasy must then use a proxy when creating a control from the run-time thread, which slows performance (50-100 times).

To increase performance when using VB objects, make sure to change your VB project setting to use the Apartment Threaded threading model.
Article Date 9/19/2002
Keywords ATEasy, VB Controls


Login to rate article

Read Prior Article Read Next Article
>