[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How to know if application already running?

FindWindow is exported by SWT in OS class.

Doug Pearson wrote:
In Windows the usual solution to this was using ::FindWindow() to look for the window class (or name).

Is there anything like that or any alternative available in SWT?