窗体透明

 

 

使用方法:

class CWnd : public  CLayered<CFloatWnd>

{

LRESULT CWnd::OnInitDialog( UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/ )

{

          SetTransparent( 100 );   

}

}

 

 

posted @ 2010-09-15 11:22  Gang.Wang  阅读(389)  评论(0编辑  收藏  举报