I am working on a VB6 application that is associated with an MS Access database, so I do not want to allow the user to open multiple instances of my application, as this will create conflicts and modify the associated database. In addition, if the user tries to open another instance, the current executable instance must be focused. How can I achieve this? Thanks in advance..........: -)
source
share