Hello, Rainer!

Sunday, March 15, 2009, 10:22:04 PM, you wrote:

> I tried system.hprevinst, but this shows always 0.
> If there are more copys of the program then hinstance is always the same 
> value.

hPrevInst does not work under Win32. It is only for Win16, AFAIK. Use a named
mutex, as it was given, or a named event. Also, you can find a window created by
the previous instance by its class name.

-- 
Best regards,
 Fantomas                            mailto:fantomas...@yandex.com

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to