ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / System functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the handle of the active window or activates a window. This window was not created by WINDEV.
Remarks:
Example
// Identify the active window
ResActive = SysWinActive()
Syntax

Identifying the active window Hide the details

<Result> = SysWinActive()
<Result>: Integer
  • Handle of the active window.
  • NULL constant if an error occurs.

Activating a window Hide the details

<Result> = SysWinActive(<Window handle>)
<Result>: Integer
  • Handle of the previous active window.
  • NULL constant if an error occurs.
<Window handle>: Integer
Handle of the window to activate. This handle is returned by SysWinHandle.
Related Examples:
WD Jump lists Training (WINDEV): WD Jump lists
[ + ] JumpList in Windows 7

A JumpList is a menu accessible from the Start menu or from the application icon in the taskbar.
It is used to display the documents recently or frequently opened by the application. It is also used to display the specific tasks.

This example handles images and some operations are directly accessible from the JumpList.
Component: wd290std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help