Previous Up Next

_SIMULATEwindowTransparency
Allows Windows 2000/XP programers to test the behaviour of transparent windows, as if they were running with Windows 95/98/ME.
If an ObjContainer is added to the window, please use _SIMULATEcontainerTransparency instead.

ObjWin _SIMULATEwindowTransparency (
ObjWin _window_
I _flag_
)
Required

scol 4.5 or above
Parameters

_window_
any window, created with WN_TRANSPARENCY flag
_flag_
1 to start simulation. 0 to stop it.
Return value

same window.
Important

Windows 95/98/ME are not able to internaly process the window transparency, so the transparency has to be simulated.
2000/XP programers can use
_SIMULATEwindowTransparency (or _SIMULATEcontainerTransparency) in order to get an idea of the transparent items behaviour, running with 95/98/ME.