| View previous topic :: View next topic |
| Author |
Message |
detheater Expert Cheater
Reputation: 0
Joined: 07 Apr 2007 Posts: 238
|
Posted: Sat Nov 24, 2007 11:24 am Post subject: Internet delphi help |
|
|
ok, im wondering on how i can make it so if lets say i click a button, it will make an internet explorer or fire fox or what ever internet browser you have... so lets say, if i click the cheatengine.org button, it will open internet explorer AND take you to cheatengine.org help will be apreciated
|
|
| Back to top |
|
 |
Blader I post too much
Reputation: 2
Joined: 19 Jan 2007 Posts: 2049
|
Posted: Sat Nov 24, 2007 11:32 am Post subject: |
|
|
Try this
ShellExecute(self.WindowHandle,'open','www.cheatengine.org',nil,nil, SW_SHOWNORMAL);
_________________
|
|
| Back to top |
|
 |
Never Again I post too much
Reputation: 0
Joined: 13 Jan 2007 Posts: 2000 Location: New Mexico
|
Posted: Sat Nov 24, 2007 11:35 am Post subject: |
|
|
| Blader wrote: | Try this
ShellExecute(self.WindowHandle,'open','www.cheatengine.org',nil,nil, SW_SHOWNORMAL); |
You have to add "ShellApi" to the uses list before you can do that.
|
|
| Back to top |
|
 |
detheater Expert Cheater
Reputation: 0
Joined: 07 Apr 2007 Posts: 238
|
Posted: Sat Nov 24, 2007 12:33 pm Post subject: |
|
|
| umm shellapi? uses list? im new to delphi, where can i add shellapi to the uses list?
|
|
| Back to top |
|
 |
HolyBlah Master Cheater
Reputation: 2
Joined: 24 Aug 2007 Posts: 446
|
Posted: Sat Nov 24, 2007 1:00 pm Post subject: |
|
|
Just after the keyword 'uses':
|
|
| Back to top |
|
 |
detheater Expert Cheater
Reputation: 0
Joined: 07 Apr 2007 Posts: 238
|
Posted: Sat Nov 24, 2007 1:11 pm Post subject: |
|
|
OMG! thanks all of you, very usefull i will try to +rep all of you when i can
|
|
| Back to top |
|
 |
torpin005 Master Cheater
Reputation: 0
Joined: 19 Nov 2007 Posts: 255
|
Posted: Sat Nov 24, 2007 2:04 pm Post subject: |
|
|
i dont get it, can u dumb it up?
_________________
Go check it out. Good Hacks |
|
| Back to top |
|
 |
|