Previous Up Next

_SIMULATEcontainerTransparency
Windows and containers transparency is internally processed under Win2000/XP. It's simulated under 95/98/ME.
_SIMULATEcontainerTransparency allows 2000/XP programers to test the behaviour of transparent containers in a simulated 95/98/ME environment.

ObjContainer _SIMULATEcontainerTransparency (
ObjContainer _container_
I _flag_
)
Required

scol 4.5 or above
Parameters

_container_
container (associated window must be created with WN_TRANSPARENCY flag)
_flag_
1 to start simulation. 0 to stop it.
Return value

same container.
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
_SIMULATEcontainerTransparency in order to get an idea of the transparent items behaviour, running under 95/98/ME.