游子日月长

笑渐不闻声渐悄,多情却被无情恼!

导航

2017年1月3日 #

Delphi里如何让程序锁定在桌面上,win+d都无法最小化

摘要: procedure TForm29.FormCreate(Sender: TObject); begin Windows.SetParent(Self.Handle, FindWindowEx(FindWindow('Progman', nil), 0, 'shelldll_defview', nil)); end; 阅读全文

posted @ 2017-01-03 10:10 游子日月长 阅读(321) 评论(0) 推荐(0) 编辑