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 


[HELP] DELPHI CODING [ms related fun program]

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

Joined: 30 Jan 2007
Posts: 1015
Location: http://www.behindthecorner.com/

PostPosted: Wed Jul 11, 2007 9:12 am    Post subject: [HELP] DELPHI CODING [ms related fun program] Reply with quote

so how would i code/write this in delphi

button -> onclick -> open website(eg. www.hidden-street.net)
button -> onclick -> open program(eg clock.exe)

how would i write it ???
i know how to add buttons same as in vb.
and btw its a maple related fun program

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

Joined: 19 Jan 2007
Posts: 551
Location: detroit

PostPosted: Wed Jul 11, 2007 9:15 am    Post subject: Reply with quote

Popcorn made something like that, but idk if it's in delphi. here.
_________________
I am quitting today: Thurday, 8/30/07. Smile



Back to top
View user's profile Send private message Visit poster's website
UnLmtD
Grandmaster Cheater
Reputation: 0

Joined: 13 Mar 2007
Posts: 894
Location: Canada

PostPosted: Wed Jul 11, 2007 9:41 am    Post subject: Reply with quote

For the web page, use ShellExecute

And for the program, use CreateProcess.

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

Joined: 12 Apr 2007
Posts: 34

PostPosted: Wed Jul 11, 2007 10:11 am    Post subject: Reply with quote

thx for the info
Back to top
View user's profile Send private message
malfunction
Grandmaster Cheater Supreme
Reputation: 0

Joined: 30 Jan 2007
Posts: 1015
Location: http://www.behindthecorner.com/

PostPosted: Thu Jul 12, 2007 3:21 am    Post subject: Reply with quote

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

Joined: 10 May 2007
Posts: 624
Location: Delete C:\WINDOWS folder and you'll be able to see me.

PostPosted: Thu Jul 12, 2007 3:55 am    Post subject: Reply with quote

Super-easy.
First, add to your uses list ShellAPI. If you want your WebBrowser to go to an address:
WebBrowser1.Navigate('http://www.hidden-street.net');
And to open a program:
ShellExecute(Handle, 'Open', 'lol.exe', nil, nil, SW_SHOWNORMAL) ;

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

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

PostPosted: Thu Jul 12, 2007 5:16 am    Post subject: Reply with quote

ShellExecute(Handle, 'open', 'www.hidden-street.com', nil, nil, SW_SHOWNORMAL) ;

if you dont have your own webbrowser in your application.
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