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. Window Manager

Window Manager

Scheduled Pinned Locked Moved Visual Basic
helpquestion
7 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.
  • J Offline
    J Offline
    joejoeiscool
    wrote on last edited by
    #1

    Hi how do i kill explorer off, so it won't come back and how do i get a list and am able to control all the windows, any help apreciated

    D 1 Reply Last reply
    0
    • J joejoeiscool

      Hi how do i kill explorer off, so it won't come back and how do i get a list and am able to control all the windows, any help apreciated

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

      Explorer doesn't manage the windows. It's a shell that supplies the Desktop, Task Bar, and a navigation tool for exploring the file systems. It can be replaced, but it is not what gives you the look and feel of the windows themselves nor does it do any management of the windows.

      Dave Kreskowiak Microsoft MVP - Visual Basic

      J 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Explorer doesn't manage the windows. It's a shell that supplies the Desktop, Task Bar, and a navigation tool for exploring the file systems. It can be replaced, but it is not what gives you the look and feel of the windows themselves nor does it do any management of the windows.

        Dave Kreskowiak Microsoft MVP - Visual Basic

        J Offline
        J Offline
        joejoeiscool
        wrote on last edited by
        #3

        i want to replace explorer, but in VB.net, any examples etc?

        D 1 Reply Last reply
        0
        • J joejoeiscool

          i want to replace explorer, but in VB.net, any examples etc?

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

          Not that I know of. There are commercial replacements out there, but nothing open source that I know of.

          Dave Kreskowiak Microsoft MVP - Visual Basic

          J 1 Reply Last reply
          0
          • D Dave Kreskowiak

            Not that I know of. There are commercial replacements out there, but nothing open source that I know of.

            Dave Kreskowiak Microsoft MVP - Visual Basic

            J Offline
            J Offline
            joejoeiscool
            wrote on last edited by
            #5

            do you know how to get the active windows and am able to get the process that the window bellongs to?:)

            D 1 Reply Last reply
            0
            • J joejoeiscool

              do you know how to get the active windows and am able to get the process that the window bellongs to?:)

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

              You can get the active window's handle by calling GetForegroundWindow[^]. GetWindowThreadProcessId[^] can get you the ProcessID.

              Dave Kreskowiak Microsoft MVP - Visual Basic

              J 1 Reply Last reply
              0
              • D Dave Kreskowiak

                You can get the active window's handle by calling GetForegroundWindow[^]. GetWindowThreadProcessId[^] can get you the ProcessID.

                Dave Kreskowiak Microsoft MVP - Visual Basic

                J Offline
                J Offline
                joejoeiscool
                wrote on last edited by
                #7

                Thanks!

                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