Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


IconHider - Delphi Addition

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Wed Aug 01, 2007 3:49 pm    Post subject: IconHider - Delphi Addition Reply with quote

Code:
implementation

procedure ShowDesktop(const TruFal : boolean) ;
var han : THandle;
begin
  han := FindWindow('ProgMan', nil) ;
  han := GetWindow(han, GW_CHILD) ;
  if TruFal = True then
    ShowWindow(han, SW_SHOW)
  else
    ShowWindow(han, SW_HIDE) ;
end;

{$R *.dfm}

procedure TForm1.BitBtn1Click(Sender: TObject);
begin
ShowDesktop(true);
end;

procedure TForm1.BitBtn2Click(Sender: TObject);
begin
ShowDesktop(False);
end;

procedure TForm1.BitBtn3Click(Sender: TObject);
begin
form1.Close;
end;

end.


kevinn this is for you

takin a c break for today, decided to do something in delphi



The Extension 'rar' was deactivated by an board admin, therefore this Attachment is not displayed.


_________________
Back to top
View user's profile Send private message
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Wed Aug 01, 2007 4:08 pm    Post subject: Reply with quote

yes i realised lol. But i found a 1 line way to do it too.
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites