self-running proram

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Dec 2007
Posts: 252
Reputation: technogeek_42 has a little shameless behaviour in the past 
Solved Threads: 3
technogeek_42's Avatar
technogeek_42 technogeek_42 is offline Offline
Posting Whiz in Training

self-running proram

 
0
  #1
Jan 21st, 2008
can any one help how can i create a self-runing program?? it is like a anti-virus that run when ur booting ur PC
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 97
Reputation: Estella is an unknown quantity at this point 
Solved Threads: 6
Estella's Avatar
Estella Estella is offline Offline
Junior Poster in Training

Re: self-running proram

 
0
  #2
Jan 21st, 2008
you must make a file in registry to run the program or put the program file on startup program
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 252
Reputation: technogeek_42 has a little shameless behaviour in the past 
Solved Threads: 3
technogeek_42's Avatar
technogeek_42 technogeek_42 is offline Offline
Posting Whiz in Training

Re: self-running proram

 
0
  #3
Jan 21st, 2008
you must make a file in registry to run the program

how can i do that can u teach me how? tnx
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 9
Reputation: cyberwizmj is an unknown quantity at this point 
Solved Threads: 0
cyberwizmj cyberwizmj is offline Offline
Newbie Poster

Re: self-running proram

 
0
  #4
Jan 22nd, 2008
Take registry backup and try this.

  1. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  2. My.Computer.Registry.SetValue _
  3. ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run", _
  4. "MyProgram", "dir:\path\name.exe", _
  5. Microsoft.Win32.RegistryValueKind.String)
  6. End Sub

Alternatively you can add your program executable to startup.
"If it involves programing, it's possible."
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 2,641
Reputation: Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light 
Solved Threads: 245
Jx_Man's Avatar
Jx_Man Jx_Man is offline Offline
Posting Maven

Re: self-running proram

 
0
  #5
Jan 22nd, 2008
hmm, cyberwizmj already answer the question. the easiest way is put the program in startup.
just give the feedback.
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 252
Reputation: technogeek_42 has a little shameless behaviour in the past 
Solved Threads: 3
technogeek_42's Avatar
technogeek_42 technogeek_42 is offline Offline
Posting Whiz in Training

Re: self-running proram

 
0
  #6
Jan 23rd, 2008
ok
╞═══════╣SPYnX███
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 252
Reputation: technogeek_42 has a little shameless behaviour in the past 
Solved Threads: 3
technogeek_42's Avatar
technogeek_42 technogeek_42 is offline Offline
Posting Whiz in Training

Re: self-running proram

 
0
  #7
Jan 24th, 2008
how can i stop that program??? and i want to do is to tranfer a program to my flash disk to my computer that i will not open that file and paste to computer but instead it will enter to computer when is insert it and plug it out
╞═══════╣SPYnX███
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 2,641
Reputation: Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light 
Solved Threads: 245
Jx_Man's Avatar
Jx_Man Jx_Man is offline Offline
Posting Maven

Re: self-running proram

 
0
  #8
Jan 24th, 2008
so you want to make some program like virus or you really want to make virus program??
you mean when you connect your flash disk to computer the current program will running from your flash disk and infect the destination pc (copy it self to destination pc). right or not?
if u want to do this u will using autorun file (.inf) to run the program which your flash disk connect to computer.
Last edited by Jx_Man; Jan 24th, 2008 at 12:42 pm.
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 252
Reputation: technogeek_42 has a little shameless behaviour in the past 
Solved Threads: 3
technogeek_42's Avatar
technogeek_42 technogeek_42 is offline Offline
Posting Whiz in Training

Re: self-running proram

 
0
  #9
Jan 25th, 2008
i don't want to make a virus and infect the computer instead i just want to run it faster and not to copy and paste it just autrun it... and can i i have a sample of auto run file and it's code and i don't really do that as a vandalism instead do it as a good one
╞═══════╣SPYnX███
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 39
Reputation: Jade_me is an unknown quantity at this point 
Solved Threads: 1
Jade_me's Avatar
Jade_me Jade_me is offline Offline
Light Poster

Re: self-running proram

 
0
  #10
Jan 26th, 2008
actually your current question is you want to make the program run by it self. the answer is put the program in startup or make a file on registry to run the program. now you post the other question to run your program from usb/flash disk and the answer is make the autorun file (.inf) to run the program automatically. your program like a virus behavior.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
  • y (C++)

Other Threads in the VB.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC