|
|
|
|
|
SysIconDeleteImage (Function) In french: SysIconeSupprimeImage Deletes the icon that overlays the application icon in the taskbar. This icon was displayed by SysIconAddImage. Important: The taskbar must be configured to display large icons.
SysIconAddImage("hourglass.ico")
HourGlass()
Long_process()
HourGlass(False)
SysIconDeleteImage()
Syntax
<Result> = SysIconDeleteImage()
<Result>: Boolean - True if the overlaying icon was deleted,
- False otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|