RunarM Security 2.1 Source

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
10 posts Page 1 of 1
Contributors
User avatar
RunarM
Hardcore Programmer
Hardcore Programmer
Posts: 508
Joined: Wed Nov 18, 2009 11:33 pm

RunarM Security 2.1 Source
RunarM
RunarM Security 2.1

You know i love sharing my projects so they won't go to waste ;)
Thread: viewtopic.php?f=17&t=3640

Image

It's checking if your computer is safe ;)
Anti viruses it checks:
  • Avast
    AVG 2011
    Avira Personal
    Microsoft Security Essentials
    Panda Cloud
    Bullguard
    Kaspersky Internet Security
    Malwarebytes
    PC Tools Spyware Doctor 2010
    Trend Micro Internet Security
Download:
RunarM Security 2.1.zip
-RunarM
You do not have the required permissions to view the files attached to this post.
Last edited by RunarM on Sun Aug 28, 2011 11:09 pm, edited 2 times in total.
Just another day in my life.
http://www.codexvideos.com
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: RunarM Security 2.1 Source
Codex
1) It stops at 80% always.
2) It says i don't have CCleaner, when i have.
...
Last edited by Codex on Fri Nov 05, 2010 7:44 pm, edited 1 time in total.
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: RunarM Security 2.1 Source
mandai
This reminds me of the Windows Security Center
User avatar
NecroPhis
VIP - Donator
VIP - Donator
Posts: 345
Joined: Sun Aug 08, 2010 1:14 pm

Re: RunarM Security 2.1 Source
NecroPhis
looks nice :D will download soon
when i will get more credits good job cooll;
Image
User avatar
RunarM
Hardcore Programmer
Hardcore Programmer
Posts: 508
Joined: Wed Nov 18, 2009 11:33 pm

Re: RunarM Security 2.1 Source
RunarM
CodexVideos wrote:
1) It stops at 80% always.
2) It says i don't have CCleaner, when i have.
...
Yeah i know it always stops at 80%
I used CCleaner as an example will be removed in the future, and it have to be running ;)
mandai wrote:
This reminds me of the Windows Security Center
Any problem with that ;D?
NecroPhis wrote:
looks nice :D will download soon
when i will get more credits good job cooll;
Free download now^^
Just another day in my life.
http://www.codexvideos.com
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: RunarM Security 2.1 Source
Axel
RunarM wrote:
CodexVideos wrote:
1) It stops at 80% always.
2) It says i don't have CCleaner, when i have.
...
Yeah i know it always stops at 80%
I used CCleaner as an example will be removed in the future, and it have to be running ;)
mandai wrote:
This reminds me of the Windows Security Center
Any problem with that ;D?
NecroPhis wrote:
looks nice :D will download soon
when i will get more credits good job cooll;
Free download now^^
wel thats weird isn't it ?
weird.PNG
You do not have the required permissions to view the files attached to this post.
http://vagex.com/?ref=25000
User avatar
RunarM
Hardcore Programmer
Hardcore Programmer
Posts: 508
Joined: Wed Nov 18, 2009 11:33 pm

Re: RunarM Security 2.1 Source
RunarM
YourSocksRoxx wrote:
wel thats weird isn't it ?
weird.PNG
I know why:
Progressname: CCleaner64
Last edited by RunarM on Fri Nov 05, 2010 8:51 pm, edited 1 time in total.
Just another day in my life.
http://www.codexvideos.com
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: RunarM Security 2.1 Source
Axel
RunarM wrote:
YourSocksRoxx wrote:
wel thats weird isn't it ?
weird.PNG
What is CCleaner progress name?
CCleaner64.exe
http://vagex.com/?ref=25000
User avatar
RunarM
Hardcore Programmer
Hardcore Programmer
Posts: 508
Joined: Wed Nov 18, 2009 11:33 pm

Re: RunarM Security 2.1 Source
RunarM
YourSocksRoxx wrote:
RunarM wrote:
YourSocksRoxx wrote:
wel thats weird isn't it ?
weird.PNG
What is CCleaner progress name?
CCleaner64.exe
Yeah mine checks for only CCleaner :S

New code:
Code: Select all
 If ProcessesRunning("CCleaner") = 1 Then
            Label1.Text = "Running"
Else
If ProcessesRunning("CCleaner64") = 1 Then
            Label1.Text = "Running"
        Else
            Label1.Text = "Not Running"
        End If
Thanks!
Just another day in my life.
http://www.codexvideos.com
User avatar
un kn0 wn
VIP - Donator
VIP - Donator
Posts: 269
Joined: Mon Mar 29, 2010 6:12 pm

Re: RunarM Security 2.1 Source
un kn0 wn
nice job m8 looks simple but does a good job.
10 posts Page 1 of 1
Return to “Source-Code”