Programming Question

Newbie Member
28Aug2006,04:53   #1
Ryan Cacophony's Avatar
Im working on creating a program that runs in the background, no tray icon etc, Im new to programming and I have Microsoft Visual Basic 2005 Express Edition. I was wondering how I would go about removing or hiding the default form window

Im writing what should be a very simple program... If there is a better or easier code to write it in, please let me know, all help is much appreciated.
Go4Expert Founder
28Aug2006,08:06   #2
shabbir's Avatar
Just make the forum hide in the form_load event.
Me.Hide = true