Results 1 to 10 of 10
  1. #1
    ..x_X_x..'s Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    On The [[[MoOoN]]]
    Posts
    1,812
    Reputation
    49
    Thanks
    620
    My Mood
    Angelic

    Loading Program At Startup

    Hello people..
    I just want a code that makes my vb projects start with OS load (start with windows start)
    And thanx....

  2. #2
    Pingo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    687
    Reputation
    24
    Thanks
    865
    My Mood
    Blah
    Put the app in your windows startup folder. That should do the trick

  3. #3
    ..x_X_x..'s Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    On The [[[MoOoN]]]
    Posts
    1,812
    Reputation
    49
    Thanks
    620
    My Mood
    Angelic
    Quote Originally Posted by Pingo View Post
    Put the app in your windows startup folder. That should do the trick
    i want a code to do that..

  4. #4
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by cinamarcina View Post


    i want a code to do that..
    You just have to add a registry entry. Google for it.



  5. #5
    ..x_X_x..'s Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    On The [[[MoOoN]]]
    Posts
    1,812
    Reputation
    49
    Thanks
    620
    My Mood
    Angelic
    Quote Originally Posted by Blubb1337 View Post
    You just have to add a registry entry. Google for it.
    i will try..ty any way..


    ---------- Post added at 10:48 PM ---------- Previous post was at 10:26 PM ----------

    Sorry..didn't get that..

  6. #6
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  7. #7
    ..x_X_x..'s Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    On The [[[MoOoN]]]
    Posts
    1,812
    Reputation
    49
    Thanks
    620
    My Mood
    Angelic
    NVM i found a nice way.. REQ to close.

  8. #8
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by cinamarcina View Post


    i will try..ty any way..


    ---------- Post added at 10:48 PM ---------- Previous post was at 10:26 PM ----------

    Sorry..didn't get that..

    Show your attempts?

    What did you find out?



  9. #9
    ..x_X_x..'s Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    On The [[[MoOoN]]]
    Posts
    1,812
    Reputation
    49
    Thanks
    620
    My Mood
    Angelic
    Quote Originally Posted by Blubb1337 View Post
    Show your attempts?

    What did you find out?
    Code:
    Private Sub AddCurrentKey(ByVal name As String, ByVal path As String)
    2:
            Dim key As RegistryKey = Registry.CurrentUser.OpenSubKey("Software\Microsoft\Windows\CurrentVersion\Run", True)
    3:
            key.SetValue(name, path)
    4:
        End Sub


    ---------- Post added at 12:22 AM ---------- Previous post was at 12:21 AM ----------

    now i need some thing to keep my keylogger running...

  10. #10
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Keyloggers are not supported in here.

    @Hassan



Similar Threads

  1. [Help Request] Error on Startup: "Couldn't load image 'zom_medals_skull_face'"
    By xDeath4u in forum Call of Duty Black Ops Help
    Replies: 1
    Last Post: 06-28-2012, 05:35 AM
  2. [Solved] Open Program On Startup
    By Amkay in forum Visual Basic Programming
    Replies: 3
    Last Post: 05-26-2012, 02:26 PM
  3. [Help] Run program on startup
    By alvaritos in forum Visual Basic Programming
    Replies: 3
    Last Post: 04-22-2011, 08:25 PM
  4. you need a DLL to load a program..?[Solved]
    By o0OpurezO0o in forum Visual Basic Programming
    Replies: 7
    Last Post: 01-02-2011, 05:06 PM
  5. [Question]form As A Startup Program???
    By nathanael890 in forum Visual Basic Programming
    Replies: 14
    Last Post: 02-09-2010, 06:50 PM