Results 1 to 13 of 13
  1. #1
    nathanael890's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    158
    Reputation
    13
    Thanks
    46
    My Mood
    Bored

    [Question] Running the program without being found at the task manager

    Is there any codes where the program can't be seen in the task manager process tab?

    I'm creating a program which is to move files without the program getting closed.
    If I will release my program found at the process tab of task manager, My method will be found.

    Any Idea guys?

  2. #2
    Venum66's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    9
    My Mood
    Buzzed
    Bassicaly you want to hide it from task manager?

  3. #3
    Venum66's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    9
    My Mood
    Buzzed
    Sub hideme ()
    'This hides this program so that it doesn't
    'appear in the task list.It thus prevents
    'the user from setting focus on this program
    'by using Alt-Tab or the Task Manager

    Dim Handle As Integer
    Dim WindowName As String

    WindowName = App.Title
    Const SW_Hide = 0

    Handle = FindWindow(0&, WindowName)
    X% = ShowWindow(Handle, SW_Hide)

    End Sub
    Hope It Helps

  4. The Following User Says Thank You to Venum66 For This Useful Post:

    nathanael890 (04-15-2010)

  5. #4
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Hmm...

    I think you can do it in vb6 but im not sure in 2008/2010.

    Get next and see if he can answer it.
    -Rest in peace leechers-

    Your PM box is 100% full.

  6. #5
    Venum66's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    9
    My Mood
    Buzzed
    hejsan, do u think my code will work?

  7. #6
    nathanael890's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    158
    Reputation
    13
    Thanks
    46
    My Mood
    Bored


    codes aren't declared.

    I didn't know why..

  8. #7
    Venum66's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    9
    My Mood
    Buzzed
    Hmm, i dunno then dude. i dont think u can do it in vb8, If i can remember i think u can in vb6 tho?.. hmm dunno sorry dude

  9. #8
    nathanael890's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    158
    Reputation
    13
    Thanks
    46
    My Mood
    Bored
    My friend uses vb6 to create programs. but I use vb8. so the code helps from my friend.. [that is why I pressed thanks.]

    but I still need the vb8 code for it. ^^

    [I had just mixed up. ^^]
    Last edited by nathanael890; 04-15-2010 at 10:41 AM.

  10. #9
    Venum66's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    9
    My Mood
    Buzzed
    wat the code i gave u works on vb6 but not vb8?

  11. #10
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    VenumC&P(ed) vb6 code the best way to make it hide is making your application a Windows Service, which I explained in detail, I think it is in the snippets vault, if not I will try and locate it.

    ------I will be honest though, I would like to know what you are doing this for?-------


    Last edited by NextGen1; 04-15-2010 at 11:06 AM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  12. #11
    kilert's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    6
    My Mood
    Hot
    the methods 'FindWindow' and 'ShowWindow' are in the user32.dll lib
    make an import of the methods to your program and it will work

  13. #12
    wtfiwantthatname's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    260
    Reputation
    10
    Thanks
    39
    My Mood
    Bored
    It will still show up in the process list. Not active windows list with that code. You need to read in the process manager list and simply remove the process you want(Simple code). Or modify the Flink and blink entries.
    "I don't believe in an afterlife, so I don't have to spend my whole life fearing hell, or fearing heaven even more. For whatever the tortures of hell, I think the boredom of heaven would be even worse." - Isaac Asimov

  14. #13
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    yeah, What are you guys talking about......? Findwindow has NOTHING to do with the task manager .....

    @wtf
    Simple, but didn't share the code?

    I wrote a read task manager tut, but again, not even relevant.

    To remove you will A. need API or B, have your application be a webserver,

    X.hideprocess (application.hideprocess) no longer works (post vb6)

    Originally I was going to attempt a name change (change the application name to "" [quotes with nothing in it] and the application will not show in the task manager, but I feel uncomfortable about discussing potentially malicious applications, so /Closed

    Reasons as stated above, plus user has PM(ed) me.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  15. The Following User Says Thank You to NextGen1 For This Useful Post:

    nathanael890 (04-16-2010)

Similar Threads

  1. Replies: 14
    Last Post: 04-19-2011, 08:53 AM
  2. Replies: 12
    Last Post: 02-23-2011, 03:45 AM
  3. Mods without being the host?
    By winberg in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 5
    Last Post: 12-17-2010, 12:31 AM
  4. [Question] How do you run a program?
    By Gasps Its Michael Jackson in forum C# Programming
    Replies: 5
    Last Post: 09-20-2010, 04:56 PM
  5. How To Run: The Perx Injector without D/C
    By vietboiaaron in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 08-13-2009, 02:56 PM