Programming Question

Discussion in 'Visual Basic ( VB )' started by Ryan Cacophony, Aug 28, 2006.

  1. Ryan Cacophony

    Ryan Cacophony New Member

    Joined:
    Aug 28, 2006
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    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.
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Just make the forum hide in the form_load event.
    Me.Hide = true
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice