Hello Guys

Link:http://www.ipi.fi/~rainy/index.php?p...ect=rainlendar

I want to make a form look like transparent, here is my solution為K

Get these two Windows messages :WM_MOVE and WM_PAINT.
Get dc of window desktop with GetDC( 0) ,Put it in my form so that the form為炮s picture is the same with the desktop, which will look like transparent為K

It works, But I為炮m not satisfied with it , How can I do the same thing like LINK do??


Thanks a lot^_^