Hi, all !
How can I make opaque controls on a transparent window ?
Hi, all !
How can I make opaque controls on a transparent window ?
Uwe, thanks for your help. However, I need to change the transparency of the window controls transparency on it does not change.
I need to change the transparency of the window controls transparency
perhaps...
oGRid is a xbrowse allready open
Local hBmp,hBlur
oApp:oGrid:GetDC()
hBmp := MakeBkBmp( oApp:oGrid:hWnd, oApp:oGrid:hDC )
hBlur := Blur( hBmp, 3 )
PalBmpDraw( oApp:oGrid:hDC, 0, 0, hBlur )
DEFINE DIALOG oDlg
DEFINE DIALOG oDlg
DeleteObject( hBmp )
DeleteObject( hBlur )
oApp:oGrid:ReleaseDC()
Thanks !