I have created a VB.net project HOWEVER it does not require any user interaction so I would like to know how to make my app invisible in other words only VISIBLE in the process list in the TASK manager. Thanks
Al968Anybody :-?
What I tried before was to put : me.hide()
But it doesn't work it SEEMS to be only working with events