Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the task name instead of the window title
Message
From
30/09/1997 10:17:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Getting the task name instead of the window title
Miscellaneous
Thread ID:
00052400
Message ID:
00052400
Views:
82
I grab this sample in order to detect if an application is already running by checking at the window's title.

FUNCTION CheckWin
* Routine which sees if an application is active by looking for its
* Window title
* expC1 Window title
PARAMETER tcTitle
DECLARE INTEGER FindWindow in Win32API as FindWindow STRING, STRING
RETURN IIF(FindWindow(0,tcTitle)>0,.T.,.F.)

However, this is not good. I would like to detect for the task name instead.

Anyone has an idea?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform