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 


RELEASE: ProcessKiller (SE) Final + Source
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Varreon
Advanced Cheater
Reputation: 0

Joined: 13 Jun 2007
Posts: 80

PostPosted: Wed Jul 25, 2007 5:44 pm    Post subject: Reply with quote

Thanks Kaspersky. I've been asking how to get a list of processes, and this solves it!
_________________
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Wed Jul 25, 2007 6:51 pm    Post subject: Reply with quote

... and another program with no point or purpose.
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Thu Jul 26, 2007 4:48 am    Post subject: Reply with quote

Varreon wrote:
Thanks Kaspersky. I've been asking how to get a list of processes, and this solves it!


Im going to be honset

I tooked the KillTask Function only from Torry's since i cant remember this huge code, i can remember a little from the begging, and every time i look at it i get a refresh on my mind.

The process list is tooken from some forum, BUT!, i added something neat Wink

ListBox1.Clear; <-- i added it as a refresh to the function, its a very smart thing to do, id think most people would just google "Refresh Proc List Delphi" expet people like appalsap,renko,vener smart people

The changing color panel is fimiliar with everyone, i used CE TThread class, Dark Byte gave me a primmision to use it.

The rest = Me.
Back to top
View user's profile Send private message
Trow
Grandmaster Cheater
Reputation: 2

Joined: 17 Aug 2006
Posts: 957

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

Kaspersky wrote:
ListBox1.Clear; <-- i added it as a refresh to the function, its a very smart thing to do, id think most people would just google "Refresh Proc List Delphi" expet people like appalsap,renko,vener smart people


This is a rather arguable; I am not yet safe to say that "You should understand what a listbox can do before populating a process list into it" but I am sure there are reasons why there can be so many complicated C++ and Delphi apps around.

_________________
Get kidnapped often.
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 26, 2007 6:08 am    Post subject: Reply with quote

Uhh... Doesn't work for me O_O
Anyways, how did you make the color of the 'About' screen to be like that? O_O

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

Joined: 13 Mar 2007
Posts: 894
Location: Canada

PostPosted: Thu Jul 26, 2007 8:22 am    Post subject: Reply with quote

Kaspersky wrote:
ListBox1.Clear; <-- i added it as a refresh to the function, its a very smart thing to do, id think most people would just google "Refresh Proc List Delphi" expet people like appalsap,renko,vener smart people


If you know how to enumerate processes, I don't think you should search for this. All you need to do if you use CreateToolhelp32Snapshot (That's what you use right?) is redo a process snapshot, and you got your "refreshed list"

EDIT: Forgot to ask, why is the size so huge? Isn't there an option like in MVC++ to do a release build, add some setting and remove unnecessary libraries to reduce the size dramatically?

_________________
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Thu Jul 26, 2007 11:34 am    Post subject: Reply with quote

DevilGilad wrote:
Uhh... Doesn't work for me O_O
Anyways, how did you make the color of the 'About' screen to be like that? O_O


As i said,i used DB's Threadings code, i didnt learn threading yet.

but i actually understand the code, and you can change the colors and all, its pretty cool thing.
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Thu Jul 26, 2007 3:47 pm    Post subject: Reply with quote

UnLmtD wrote:
EDIT: Forgot to ask, why is the size so huge? Isn't there an option like in MVC++ to do a release build, add some setting and remove unnecessary libraries to reduce the size dramatically?


It's because of the VCL I believe. You can avoid it by KOL / MCK. (yay acronyms, just google it)
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Thu Jul 26, 2007 4:42 pm    Post subject: Reply with quote

slovach wrote:
UnLmtD wrote:
EDIT: Forgot to ask, why is the size so huge? Isn't there an option like in MVC++ to do a release build, add some setting and remove unnecessary libraries to reduce the size dramatically?


It's because of the VCL I believe. You can avoid it by KOL / MCK. (yay acronyms, just google it)


or using windows api
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Thu Jul 26, 2007 4:45 pm    Post subject: Reply with quote

Kaspersky wrote:
or using windows api


you can do that with any language Rolling Eyes he said KOL/MCK because it's object oriented, has a high level of VCL compatibility, and you can do visual drag&drop GUI desgin and creation just like with VCL.
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Thu Jul 26, 2007 5:42 pm    Post subject: Reply with quote

appalsap wrote:
Kaspersky wrote:
or using windows api


you can do that with any language Rolling Eyes he said KOL/MCK because it's object oriented, has a high level of VCL compatibility, and you can do visual drag&drop GUI desgin and creation just like with VCL.


Oh.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page Previous  1, 2
Page 2 of 2

 
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