View previous topic :: View next topic |
Author |
Message |
ESPN8theocho Master Cheater
Reputation: 0
Joined: 02 Sep 2006 Posts: 252 Location: Data.Wz
|
Posted: Sat Apr 21, 2007 12:35 am Post subject: [RELEASE] Minimize ALL IE windows |
|
|
uh...use this to minimize IE windows.
-.-
duh...
Code: | procedure TMainForm.CloseALLIEwindows1Click(Sender: TObject);
Var
IExplorer : Thandle;
begin
IExplorer := FindWindow('IEFrame',nil);
If IExplorer <> 0 Then
SendMessage(IExplorer, WM_SYSCOMMAND,SC_MINIMIZE,0);
end; |
CREDIT TO MEH
_________________
|
|
Back to top |
|
 |
k! Master Cheater
Reputation: 0
Joined: 03 Jan 2007 Posts: 477
|
Posted: Sat Apr 21, 2007 12:51 am Post subject: |
|
|
Uhh and this falls under the category of Cheat Engine how?
|
|
Back to top |
|
 |
J4ame5 How do I cheat?
Reputation: 0
Joined: 04 Feb 2007 Posts: 8
|
Posted: Sat Apr 21, 2007 5:01 am Post subject: |
|
|
yh how
|
|
Back to top |
|
 |
ESPN8theocho Master Cheater
Reputation: 0
Joined: 02 Sep 2006 Posts: 252 Location: Data.Wz
|
Posted: Sat Apr 21, 2007 11:43 am Post subject: |
|
|
useless release, like nudgeit
:p
_________________
|
|
Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Sat May 05, 2007 10:52 pm Post subject: |
|
|
I'm sure there could be some practical function for this knowledge.
Such as.. ehrm, something practical.
|
|
Back to top |
|
 |
ColdDoT Grandmaster Cheater
Reputation: 0
Joined: 18 May 2006 Posts: 703 Location: The netherlands
|
Posted: Sun May 06, 2007 3:19 am Post subject: |
|
|
ESPN8theocho wrote: | useless release, like nudgeit
:p |
Tsssss
_________________
|
|
Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sun May 27, 2007 4:54 am Post subject: |
|
|
lol basic delphi
|
|
Back to top |
|
 |
Mussy69 Grandmaster Cheater
Reputation: 0
Joined: 09 Mar 2007 Posts: 842 Location: Sydney
|
Posted: Tue Jun 05, 2007 4:49 am Post subject: |
|
|
its alright if your lazy
_________________
|
|
Back to top |
|
 |
ScruiX Grandmaster Cheater
Reputation: 0
Joined: 16 Jun 2007 Posts: 662 Location: 238 X 492 Y
|
Posted: Fri Jun 22, 2007 7:18 pm Post subject: |
|
|
Or you could just click the button to go straight to your desktop..
|
|
Back to top |
|
 |
Splizes Grandmaster Cheater Supreme
Reputation: 0
Joined: 21 Jun 2006 Posts: 1944 Location: Florida
|
Posted: Fri Jun 22, 2007 10:24 pm Post subject: |
|
|
Or Windows key + d
|
|
Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sat Jun 23, 2007 6:45 am Post subject: |
|
|
You could of use PostMessage either,but its ok too.
|
|
Back to top |
|
 |
|