Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
r57zone committed Jun 8, 2015
1 parent d5efbff commit 1586210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Unit1.pas
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ procedure TForm1.FormCreate(Sender: TObject);
var
WND:HWND; Path:string;
begin
Application.Title:='Notification Show';
WND:=FindWindow(nil, 'Notification Show');
if WND<>0 then while WND<>0 do begin sleep(100); WND:=FindWindow(nil, 'Notification Show'); end;
Caption:='Notification Show';
Expand Down

0 comments on commit 1586210

Please sign in to comment.