G
Guest
--
qbeec
Hi everyone! I'm not sure whether this is the right place to ask about but
If not so, can anyone redirect me to right place. Anyway here is my problem:
I created a simple Windows Form which has a transparent background color,
Let's say color1. This Form also contains a BufferedGraphics object (grafx).
My aim is to make grafx has a transparent background, too. When I run my
application it works fine(grafx and form both have transparent backgrounds),
however when I clear grafx to draw something new, I lose the transparency of
grafx. It becomes simply black even if I pick color1 as black. How can I
reach transparency options of BufferedGraphics object if something like that
exists? if you have a solution for making grafx transparent without dealing
with that sort of options that would be cool,too.(If you want I can send
Onpaint or other functions) Thanks everyone...
(VS2005 express,XP sp2,)
qbeec
Hi everyone! I'm not sure whether this is the right place to ask about but
If not so, can anyone redirect me to right place. Anyway here is my problem:
I created a simple Windows Form which has a transparent background color,
Let's say color1. This Form also contains a BufferedGraphics object (grafx).
My aim is to make grafx has a transparent background, too. When I run my
application it works fine(grafx and form both have transparent backgrounds),
however when I clear grafx to draw something new, I lose the transparency of
grafx. It becomes simply black even if I pick color1 as black. How can I
reach transparency options of BufferedGraphics object if something like that
exists? if you have a solution for making grafx transparent without dealing
with that sort of options that would be cool,too.(If you want I can send
Onpaint or other functions) Thanks everyone...
(VS2005 express,XP sp2,)