|
-
September 1st, 2001, 06:42 PM
#1
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
-
September 2nd, 2001, 07:39 PM
#2
Re: Run in stealth
Sounds a lot like a virus...
-
September 3rd, 2001, 03:13 AM
#3
Re: Run in stealth
if u get this let me know as well
-
September 3rd, 2001, 03:25 AM
#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>
-
September 3rd, 2001, 03:26 AM
#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>
-
September 3rd, 2001, 06:30 AM
#6
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.
-
September 4th, 2001, 06:41 PM
#7
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|