G
GeorgeMar
I have an Access application that runs a VB application called "SISComm.exe".
I want to prevent users from running the VB appliction if it is already
running.
I am using FindWindow API from the Microsoft explanation in Knowledge Base.
I have lpWindowName set as a const="SISComm"
I keep getting 0 even when the application is open.
Microsoft lists the Class Name and Application Name for its Windows
applications, what is the lpClassName or lpWindowName for my application?
Many thanks
george
I want to prevent users from running the VB appliction if it is already
running.
I am using FindWindow API from the Microsoft explanation in Knowledge Base.
I have lpWindowName set as a const="SISComm"
I keep getting 0 even when the application is open.
Microsoft lists the Class Name and Application Name for its Windows
applications, what is the lpClassName or lpWindowName for my application?
Many thanks
george