2013年1月17日星期四

【转】Delphi 类似实现QQ多窗口显示任务栏上

摘自:http://blog.csdn.net/masofeng/article/details/7673763

在FormCreate中设置如下:

[delphi] view plaincopy
  1. SetWindowLong(Handle,GWL_EXSTYLE,(GetWindowLong(handle,GWL_EXSTYLE) or WS_EX_APPWINDOW));  

没有评论: