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. Docking Forms

Docking Forms

Scheduled Pinned Locked Moved Visual Basic
tutorial
2 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.
  • C Offline
    C Offline
    cpod
    wrote on last edited by
    #1

    Hey what's up everyone.... I have been trying to figure out how to get my applications to dock in windows. I have a bunch of apps that I would like to add that feature to but I can't figure out how. I would my apps to be able to dock in windows like you can dock the taskbar in windows. If anyone can point me in the right direction I would really appreicate it. Thanks :confused: Thanks cPod....

    M 1 Reply Last reply
    0
    • C cpod

      Hey what's up everyone.... I have been trying to figure out how to get my applications to dock in windows. I have a bunch of apps that I would like to add that feature to but I can't figure out how. I would my apps to be able to dock in windows like you can dock the taskbar in windows. If anyone can point me in the right direction I would really appreicate it. Thanks :confused: Thanks cPod....

      M Offline
      M Offline
      Mr Dabbah
      wrote on last edited by
      #2

      first, you need to put all the forms as mdi children. then in the mdi parent u do the following: Me.LayoutMdi(MdiLayout.Cascade) Me.LayoutMdi(MdiLayout.TileHorizontal) Me.LayoutMdi(MdiLayout.TileVertical)

      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