I just need some insight on how to make my program not show in the Window's Task Bar.
I appreciate any help, thanks,
Daniel Christie
I just need some insight on how to make my program not show in the Window's Task Bar.
I appreciate any help, thanks,
Daniel Christie
form1.showInTaskbar = false
Thanks _bman_