When you start you're own program in windows you can see this at the tasklist(CTRL-ALT-DEL). So is it possible that you're program in invissible there ??
Printable View
When you start you're own program in windows you can see this at the tasklist(CTRL-ALT-DEL). So is it possible that you're program in invissible there ??
I'm not sure exactly what you're asking. Do you want to make your program NOT appear in the Task List? If that's all then simply set the App.TaskVisble property to False.
there ist only one solution that i know.
when you add a entry to system.ini "run=program.exe /nomsg"
i too need to have an invisible app.........
got what want!!!
http://www.vb-world.net/tips/tip135.html
:D
Thanks for all but i have an another solution.
I an another thread i found an code to register you're program as an service so it's invisible.
Grumpie
the site i told you was the MakeMeService and UnMakeMeService code
:)