求助XP下的Panel透明问题????

求助XP下的Panel透明问题???? VCL组件开发及应用
http://www.delphi2007.net/DelphiVCL/html/delphi_20061226140633107.html
SetWindowLong(Handle,GWL_EXSTYLE,GetWindowLong(Handle,GWL_EXSTYLE)|WS_EX_LAYERED);  
  SetLayeredWindowAttributes(Handle,0,alpha,LWA_ALPHA);  
  在XP下能不能用这两条语句将Panel透明...
posted on 2008-09-16 15:15  delphi2007  阅读(142)  评论(0)    收藏  举报