Discussion Board
-
How to make background transparent?
2005-08-04, 05:09
#1
Regular Contributor
Can someone tell me how to make some text with transparent background?
In my Draw() function, I just create:
CWindowGc& gc = SystemGc();
gc.Reset();
gc.DrawText( theText, TPoint(x,y));
using this command, it's copy the screen n make the copied screen as the background.
That I want is the background realy transparent, so every thing that happen in the background we can still see it.
Is int posible?
Thanks before...
-
Regular Contributor
CEikLabel class may help u
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules