| View previous topic :: View next topic |
| Author |
Message |
Varreon Advanced Cheater
Reputation: 0
Joined: 13 Jun 2007 Posts: 80
|
Posted: Wed Jul 25, 2007 5:44 pm Post subject: |
|
|
Thanks Kaspersky. I've been asking how to get a list of processes, and this solves it!
_________________
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Wed Jul 25, 2007 6:51 pm Post subject: |
|
|
| ... and another program with no point or purpose.
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Thu Jul 26, 2007 4:48 am Post subject: |
|
|
| 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
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 |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Thu Jul 26, 2007 5:12 am Post subject: |
|
|
| 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 |
|
 |
DevilGilad Grandmaster Cheater
Reputation: 0
Joined: 10 May 2007 Posts: 624 Location: Delete C:\WINDOWS folder and you'll be able to see me.
|
Posted: Thu Jul 26, 2007 6:08 am Post subject: |
|
|
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 |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Thu Jul 26, 2007 8:22 am Post subject: |
|
|
| 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 |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Thu Jul 26, 2007 11:34 am Post subject: |
|
|
| 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 |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Thu Jul 26, 2007 3:47 pm Post subject: |
|
|
| 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 |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Thu Jul 26, 2007 4:42 pm Post subject: |
|
|
| 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 |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Thu Jul 26, 2007 4:45 pm Post subject: |
|
|
| Kaspersky wrote: | | or using windows api |
you can do that with any language 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 |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Thu Jul 26, 2007 5:42 pm Post subject: |
|
|
| appalsap wrote: | | Kaspersky wrote: | | or using windows api |
you can do that with any language 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 |
|
 |
|