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. VB6: invicible .exe

VB6: invicible .exe

Scheduled Pinned Locked Moved Visual Basic
question
22 Posts 7 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.
  • L Lost User

    You misunderstand, some there are two tabs in task manager, titled 'Applications' and 'Processes'. He is saying his program appears in both the 'Applications' tab and the 'Processes' tab and he wishes to remove his entry from the 'Applications' tab.

    Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]

    J Offline
    J Offline
    Johnny J
    wrote on last edited by
    #12

    You're right, I misread it. But when I fire up my Outlook 2007 I see it both in Applications AND processes... ?!?!?!

    L 1 Reply Last reply
    0
    • J Johnny J

      You're right, I misread it. But when I fire up my Outlook 2007 I see it both in Applications AND processes... ?!?!?!

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

      If you look in the Taskbar notifications area (Windows 7) you can see running apps that do not have visible windows or icons on the main part of the taskbar. These apps show up in the process list but not in the application list of Task Manager. There are a number of MS applications that do this and behave somewhat like a background task, generally doing nothing until the user right clicks the icon and initiates some action.

      It's time for a new signature.

      A 1 Reply Last reply
      0
      • L Lost User

        If you look in the Taskbar notifications area (Windows 7) you can see running apps that do not have visible windows or icons on the main part of the taskbar. These apps show up in the process list but not in the application list of Task Manager. There are a number of MS applications that do this and behave somewhat like a background task, generally doing nothing until the user right clicks the icon and initiates some action.

        It's time for a new signature.

        A Offline
        A Offline
        Anshul R
        wrote on last edited by
        #14

        Try setting the showintaskbar property to false

        L 1 Reply Last reply
        0
        • A Anshul R

          Try setting the showintaskbar property to false

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

          Please reply to the correct person, i.e. the one asking the question.

          It's time for a new signature.

          A 1 Reply Last reply
          0
          • L Lost User

            Please reply to the correct person, i.e. the one asking the question.

            It's time for a new signature.

            A Offline
            A Offline
            Anshul R
            wrote on last edited by
            #16

            Sorry. Didn't notice

            1 Reply Last reply
            0
            • M Mschauder

              Hey guys, if I start my project, I can see it in the taskmanager. Is it possible to make it just visible in the processes (not in the applications)??? :doh:

              A Offline
              A Offline
              Anshul R
              wrote on last edited by
              #17

              Try setting the ShowInTaskbar property to false because apps that are not displayed in the taskbar will not be displayed in the applications tab if you have noticed.

              M 1 Reply Last reply
              0
              • M Mschauder

                Hey guys, if I start my project, I can see it in the taskmanager. Is it possible to make it just visible in the processes (not in the applications)??? :doh:

                A Offline
                A Offline
                Anshul R
                wrote on last edited by
                #18

                Try setting the form's TaskVisible property to False

                M 1 Reply Last reply
                0
                • A Anshul R

                  Try setting the ShowInTaskbar property to false because apps that are not displayed in the taskbar will not be displayed in the applications tab if you have noticed.

                  M Offline
                  M Offline
                  Mschauder
                  wrote on last edited by
                  #19

                  Yes I already use the property but it doesn't work... X|

                  1 Reply Last reply
                  0
                  • A Anshul R

                    Try setting the form's TaskVisible property to False

                    M Offline
                    M Offline
                    Mschauder
                    wrote on last edited by
                    #20

                    Sry but I see no TaskVisible property from my form? :doh: *EDIT* ooh sry its APP.TaskVisible = false thanks a lot :rose:

                    A 1 Reply Last reply
                    0
                    • M Mschauder

                      Sry but I see no TaskVisible property from my form? :doh: *EDIT* ooh sry its APP.TaskVisible = false thanks a lot :rose:

                      A Offline
                      A Offline
                      Anshul R
                      wrote on last edited by
                      #21

                      :) Sorry for my mistake too. Hope you got it

                      1 Reply Last reply
                      0
                      • M Mschauder

                        Hey guys, if I start my project, I can see it in the taskmanager. Is it possible to make it just visible in the processes (not in the applications)??? :doh:

                        S Offline
                        S Offline
                        slam Iqbal
                        wrote on last edited by
                        #22

                        Use this statment: App.TaskVisible = False
                        This statment will hide your form from applications list. And it can be seen at Process. If you Run it From IDE, it will not create any process. It is executed from IDE(vb6).

                        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