Re: Re: how to write snappy benchmark?
Solerman Kaplon <[email protected]>
| Newsgroups | gmane.comp.xfree86.forum |
|---|---|
| Message-ID | <[email protected]> |
Juliusz Chroboczek escreveu: > For what it's worth, the toolkit used by .NET (``Forms'') does do > translucent windows on XP -- although they only export an interface > for having a single alpha value for a (toplevel?) window. I guess he meant alpha channel = per pixel alpha > > Of course, they could be playing toolkit-level magic. nop, it's made with this from user32.dll function SetLayeredWindowAttributes(Hwnd: THandle; crKey: COLORREF; bAlpha: Byte; dwFlags: DWORD): Boolean; stdcall; Solerman