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. Please could you...

Please could you...

Scheduled Pinned Locked Moved C#
question
3 Posts 3 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.
  • K Offline
    K Offline
    KORCARI
    wrote on last edited by
    #1

    Hi I need to make the way a child form pop up when I run my project.It contains information about my program and its the first form that should be seen>Anybody can tell mr how can I manage it?

    M 1 Reply Last reply
    0
    • K KORCARI

      Hi I need to make the way a child form pop up when I run my project.It contains information about my program and its the first form that should be seen>Anybody can tell mr how can I manage it?

      M Offline
      M Offline
      miah alom
      wrote on last edited by
      #2

      On the OnLoad event of the parent form do the following. private void OnFormLoad(object sender, System.EventArgs e) { ChildForm f = new ChildForm(); f.MdiParent = this; f.Show(); }

      R 1 Reply Last reply
      0
      • M miah alom

        On the OnLoad event of the parent form do the following. private void OnFormLoad(object sender, System.EventArgs e) { ChildForm f = new ChildForm(); f.MdiParent = this; f.Show(); }

        R Offline
        R Offline
        radic feng
        wrote on last edited by
        #3

        Does it work? In your way, you have to set this.isMdiParent = true; Then its appearance will change. I do not think it is a good method. ps: can you give me some idea to make a logo. many 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