CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Thread: Run in stealth

  1. #1
    Join Date
    Sep 2001
    Posts
    9

    Run in stealth

    Hi,I have a little question ,hope someone will help me:I want to ask to make
    my VB program run in stealth mode that means there's no form,no icon,nothing appear on the screen but it
    still run in the background....
    Please help me...Thanks


  2. #2
    Join Date
    Aug 2001
    Posts
    14

    Re: Run in stealth

    Sounds a lot like a virus...


  3. #3
    Join Date
    Jul 2001
    Location
    maharashtra,india
    Posts
    181

    Re: Run in stealth

    if u get this let me know as well


  4. #4

    Re: Run in stealth

    do U want realize a service?
    or U want a simple batch program?

    in the second case...
    add a module and add sub main(). then in property page of your project set sub main as start up procedure instaed of a form...

    hi,brt


    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

  5. #5

    Re: Run in stealth

    ...use also app.TaskVisible=False

    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

  6. #6
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Run in stealth

    Berta is right: use a sub main(). Moreover, you can make it an activex.Exe if you are familiar to (but this is not really necessary: you may have all bas module you need)

    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Micahel
    and all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

    The Rater
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  7. #7
    Join Date
    Sep 2001
    Posts
    9

    Re: Run in stealth

    Thanks alot ...


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured