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
Printable View
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
Sounds a lot like a virus...
if u get this let me know as well
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>
...use also app.TaskVisible=False
<center>
<HR width=80%>
<img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
</center>
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
Thanks alot ...