[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Transparent Shell question

I read the post on Nov 2002 "shell alpha channel transparency" and
implemented that solution.  (setting the EX_STYLE to layered window
and then setting the layered window attributes).  So now my shell
rectangular area is transparent and I can place my iregular image in it and
have the
shell appear as a non-rectangular window (almost).

My problem is that no matter what combination of styles I use,
I always get a thin rectangular border, even though the inside
area of the shell is transparent.   How do I get rid of that border?   The
application I an creating is windows only.

Ross