Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. About A notifyicon without a form

About A notifyicon without a form

Scheduled Pinned Locked Moved C#
helpquestion
6 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Amir Jalaly
    wrote on last edited by
    #1

    Hi everybody i work on a project that need notifyicon . i create a form and put a notify control on it every thing was ok since i notice that i can not hide form from user . i don't need form att all so i want to hide it . i test visible , minimize and showintaskbar property of form but at last i noticed that form apeare in switch menu (Alt + Tab ) . can i hide form or can i use notify without a form ? please help me thanks Regards Amir Jalaly

    D 1 Reply Last reply
    0
    • A Amir Jalaly

      Hi everybody i work on a project that need notifyicon . i create a form and put a notify control on it every thing was ok since i notice that i can not hide form from user . i don't need form att all so i want to hide it . i test visible , minimize and showintaskbar property of form but at last i noticed that form apeare in switch menu (Alt + Tab ) . can i hide form or can i use notify without a form ? please help me thanks Regards Amir Jalaly

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Override the OnLoad event of the form. You can change the Opacity of the form to 0 to hide it, or change its Visible property to false. You can also change the forms ShowInTaskbar property to false. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      A 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Override the OnLoad event of the form. You can change the Opacity of the form to 0 to hide it, or change its Visible property to false. You can also change the forms ShowInTaskbar property to false. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        A Offline
        A Offline
        Amir Jalaly
        wrote on last edited by
        #3

        thanks for your help but i do these form is hided but in alt+tab ( mean switch between forms ) icon of form is apeared have more suggestion? Regards Amir Jalaly

        D 1 Reply Last reply
        0
        • A Amir Jalaly

          thanks for your help but i do these form is hided but in alt+tab ( mean switch between forms ) icon of form is apeared have more suggestion? Regards Amir Jalaly

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          This[^] article on MSDN ought to do the trick. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

          A 1 Reply Last reply
          0
          • D Dave Kreskowiak

            This[^] article on MSDN ought to do the trick. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

            A Offline
            A Offline
            Amir Jalaly
            wrote on last edited by
            #5

            Tanks i do all that you say and my problem is solved but i think that that article is about vb 6 . have any about .net ? Regards Amir Jalaly

            D 1 Reply Last reply
            0
            • A Amir Jalaly

              Tanks i do all that you say and my problem is solved but i think that that article is about vb 6 . have any about .net ? Regards Amir Jalaly

              D Offline
              D Offline
              Dave Kreskowiak
              wrote on last edited by
              #6

              Yeah, the code is written in VB6, but it demonstrates the technique and is easily converted to VB.NET. All you have to do is put a little effort into it. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups