Hi,
I just stumbled across this snippet, which draws transparent text:

//Draw text
if(prefs.text.transparentbg)
{
        WinPushDrawState();
        WinSetDrawMode(winOverlay);     
        WinPaintChars(text,StrLen(text),15,15);
        WinPopDrawState();
}
else
{
        WinDrawChars(text,StrLen(text),15,15);
}

Hope it helps
Tam

P.S: Never thought I would write here again, but ;)


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to