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. repeat of gui problem in MDI

repeat of gui problem in MDI

Scheduled Pinned Locked Moved C#
helpquestion
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.
  • B Offline
    B Offline
    barak160487
    wrote on last edited by
    #1

    hello, i have an MDI form that called FORM1 an I have a child form FORM2 I wrote: form2.MDIPerent = form1 it works but in the side i get scroll bars how I get over the scroll bars? P.S I try to use autoscroll = true but it can't be done on an MDI FORM

    A 1 Reply Last reply
    0
    • B barak160487

      hello, i have an MDI form that called FORM1 an I have a child form FORM2 I wrote: form2.MDIPerent = form1 it works but in the side i get scroll bars how I get over the scroll bars? P.S I try to use autoscroll = true but it can't be done on an MDI FORM

      A Offline
      A Offline
      Alireza Loghmani
      wrote on last edited by
      #2

      you must use this code Form2 frm = new Form2(); frm.MDIParrent = this; frm.Show();;) note: Your MDI Form must larger than child Form.

      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