Search Results

1
vote

How do i tell if one instance of my program is running?

You can simply use FindWindow windows api function. In delphi class name of the window is the same as class name, you can redefine class name by overriding CreateParams function. To check if windo …