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. Visual Basic
  4. how to hide assemblies default icon after running any exe in vb.net(Windows app)?

how to hide assemblies default icon after running any exe in vb.net(Windows app)?

Scheduled Pinned Locked Moved Visual Basic
csharphelptutorialquestion
8 Posts 5 Posters 1 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.
  • J Offline
    J Offline
    jayawant sawant
    wrote on last edited by
    #1

    Hi All, how to hide assemblies default icon after running any exe in vb.net(Windows app)? in vb.net running any exe then its icon will be show in the taskbar.how to hide running exe icon using vb.net? help me! Thanks,

    L S D 4 Replies Last reply
    0
    • J jayawant sawant

      Hi All, how to hide assemblies default icon after running any exe in vb.net(Windows app)? in vb.net running any exe then its icon will be show in the taskbar.how to hide running exe icon using vb.net? help me! Thanks,

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      jayawant sawant wrote:

      how to hide assemblies default icon after running any exe in vb.net(Windows app)?

      Simple; you don't - it's the users' computer, and the user is in control. Why are you trying to achieve this? If you just want to hide the icon, try using one that's completely transparent.

      Bastard Programmer from Hell :suss:

      1 Reply Last reply
      0
      • J jayawant sawant

        Hi All, how to hide assemblies default icon after running any exe in vb.net(Windows app)? in vb.net running any exe then its icon will be show in the taskbar.how to hide running exe icon using vb.net? help me! Thanks,

        S Offline
        S Offline
        Simon_Whale
        wrote on last edited by
        #3

        This is the second time that you have asked a variant on this question in less than 5 hours. Hiding applications is bad practice and will make other CP users think you are trying to develop something mischievous. I would suggest that you try to give us some more information on what you are trying to achieve / develop, so that you can be advised better.

        Lobster Thermidor aux crevettes with a Mornay sauce, served in a Provençale manner with shallots and aubergines, garnished with truffle pate, brandy and a fried egg on top and Spam - Monty Python Spam Sketch

        A 1 Reply Last reply
        0
        • J jayawant sawant

          Hi All, how to hide assemblies default icon after running any exe in vb.net(Windows app)? in vb.net running any exe then its icon will be show in the taskbar.how to hide running exe icon using vb.net? help me! Thanks,

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

          You can't. Since it's a seperate process, it has full control over its own icon on the taskbar.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak

          1 Reply Last reply
          0
          • J jayawant sawant

            Hi All, how to hide assemblies default icon after running any exe in vb.net(Windows app)? in vb.net running any exe then its icon will be show in the taskbar.how to hide running exe icon using vb.net? help me! Thanks,

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Hi, may be these links will be useful to you. Window Hiding with C#[^] http://www.mycsharpcorner.com/Post.aspx?postID=32[^] http://www.programmersheaven.com/mb/VBNET/308620/308620/find-window-+-hide-window-in-vbnet/[^]

            Maulik Dusara Sr. Sofware Engineer I love it when a plan comes together

            1 Reply Last reply
            0
            • S Simon_Whale

              This is the second time that you have asked a variant on this question in less than 5 hours. Hiding applications is bad practice and will make other CP users think you are trying to develop something mischievous. I would suggest that you try to give us some more information on what you are trying to achieve / develop, so that you can be advised better.

              Lobster Thermidor aux crevettes with a Mornay sauce, served in a Provençale manner with shallots and aubergines, garnished with truffle pate, brandy and a fried egg on top and Spam - Monty Python Spam Sketch

              A Offline
              A Offline
              Andy Missico
              wrote on last edited by
              #6

              Who says hiding applications is bad practice? I cannot see how you would get the impression that the posted question is somehow mischievous. Moreover, what do you care how many times they posted this question. Maybe the poster is trying different questions in order to solicit different suggestions, or asking the question differently do to language limitations.

              L 1 Reply Last reply
              0
              • A Andy Missico

                Who says hiding applications is bad practice? I cannot see how you would get the impression that the posted question is somehow mischievous. Moreover, what do you care how many times they posted this question. Maybe the poster is trying different questions in order to solicit different suggestions, or asking the question differently do to language limitations.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                Andy Missico wrote:

                Who says hiding applications is bad practice?

                Just about everybody. The only reason to hide an application is to prevent the user/owner of the PC from knowing what is going on; chances are this is for illegal purposes.

                Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

                A 1 Reply Last reply
                0
                • L Lost User

                  Andy Missico wrote:

                  Who says hiding applications is bad practice?

                  Just about everybody. The only reason to hide an application is to prevent the user/owner of the PC from knowing what is going on; chances are this is for illegal purposes.

                  Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

                  A Offline
                  A Offline
                  Andy Missico
                  wrote on last edited by
                  #8

                  There are lots of reasons to hide the application; logon utility for enterprise-wide systems, input applications such as system-wide shortcut keys, search indexer, connection manager, image cache manager, continous on-line backup, and on and on and on. Just open task-manager and look at all those many processes and those few applications. There is a difference between hiding the application and making an application undetectable.

                  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