run form without this

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rodchar

    #1

    run form without this

    hey all,
    is there a way to run my vb.net form without it showing up down at the
    bottom (i don't know what the thing is called, but it's when you hit minimize
    and it's down there at the bottom for you to restore)?

    thanks,
    rodchar
  • Steven Nagy

    #2
    Re: run form without this

    Yes.
    Its one of the properties of your form.
    Possibly "ShowInTask Bar"


    rodchar wrote:
    hey all,
    is there a way to run my vb.net form without it showing up down at the
    bottom (i don't know what the thing is called, but it's when you hit minimize
    and it's down there at the bottom for you to restore)?
    >
    thanks,
    rodchar

    Comment

    • rodchar

      #3
      Re: run form without this

      Thank you very much.

      "Steven Nagy" wrote:
      Yes.
      Its one of the properties of your form.
      Possibly "ShowInTask Bar"
      >
      >
      rodchar wrote:
      hey all,
      is there a way to run my vb.net form without it showing up down at the
      bottom (i don't know what the thing is called, but it's when you hit minimize
      and it's down there at the bottom for you to restore)?

      thanks,
      rodchar
      >
      >

      Comment

      Working...