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. MDI apllication problem...

MDI apllication problem...

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

    Hi, I am developing a MDI application. In this application on click of some menu items I have to display some forms(say MenuForm1, MenuForm2, MenuForm3) with some data. But at the same time I want one form(say BackGroundForm) which is a child form of my MDI application should be active in the background of the form which gets displayed on click of some menu items. If I declare those forms(MenuForm1, MenuForm2, MenuForm3) as child & if I pop them up using ‘show’ then for 1st time they are visible in my application but next time if I click that menu item then they are not visible. Same problem I’m facing if I don’t make them as child of my MDI & pop them up using ‘ShowDialog’. I am hiding forms(MenuForm1, MenuForm2, MenuForm3) on click of a button which i placed on same forms(MenuForm1, MenuForm2, MenuForm3). I want that ‘BackGroundForm’ in my application because I want to put some button controls on one form & that form should be active all the time until the application is running. So I had put some buttons in this BackGroundForm & I cant put buttons on MDI parent form . How I can solve this problem in my MDI application…? Thanks in advance, Vinay

    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