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. [Solved]Have two forms open at the same time

[Solved]Have two forms open at the same time

Scheduled Pinned Locked Moved C#
question
4 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.
  • J Offline
    J Offline
    Jordanwb
    wrote on last edited by
    #1

    If I have one form running, and I make another form, and call ShowDialog of the second form, the first form is locked. How could I open a second form so that the user can still use and manipulate the first form? Thanks.

    modified on Thursday, September 4, 2008 6:01 PM

    A N 2 Replies Last reply
    0
    • J Jordanwb

      If I have one form running, and I make another form, and call ShowDialog of the second form, the first form is locked. How could I open a second form so that the user can still use and manipulate the first form? Thanks.

      modified on Thursday, September 4, 2008 6:01 PM

      A Offline
      A Offline
      Aslesh
      wrote on last edited by
      #2

      use .Show() instead of ShowDialog().. May be this solves your problem Santhapur

      J 1 Reply Last reply
      0
      • A Aslesh

        use .Show() instead of ShowDialog().. May be this solves your problem Santhapur

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

        Thanks.

        1 Reply Last reply
        0
        • J Jordanwb

          If I have one form running, and I make another form, and call ShowDialog of the second form, the first form is locked. How could I open a second form so that the user can still use and manipulate the first form? Thanks.

          modified on Thursday, September 4, 2008 6:01 PM

          N Offline
          N Offline
          nelsonpaixao
          wrote on last edited by
          #4

          Hi, use child/parent forms method (child forms that load in a parent form). That will solve your problems, need to type from the start :(( Check here in codeproject for articles (i don´t recall link, sorry) Good Luck :-D

          nelsonpaixao@yahoo.com.br

          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