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. multiple form indows application in C#

multiple form indows application in C#

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

    hi all , I want to make a mulitple form application using C#. It is something like An event on 1 form should initialize the other form and or it should invoke the other form. I do not want an MDI applicaion. Can any1 help me out with that? Thanks in advance Sankalp Verma

    S C 2 Replies Last reply
    0
    • S sanki779

      hi all , I want to make a mulitple form application using C#. It is something like An event on 1 form should initialize the other form and or it should invoke the other form. I do not want an MDI applicaion. Can any1 help me out with that? Thanks in advance Sankalp Verma

      S Offline
      S Offline
      sanki779
      wrote on last edited by
      #2

      Its a multiple form Windows application.

      Sankalp Verma

      1 Reply Last reply
      0
      • S sanki779

        hi all , I want to make a mulitple form application using C#. It is something like An event on 1 form should initialize the other form and or it should invoke the other form. I do not want an MDI applicaion. Can any1 help me out with that? Thanks in advance Sankalp Verma

        C Offline
        C Offline
        Colin Angus Mackay
        wrote on last edited by
        #3

        This is all you need to get another forum up

        MyOtherForm otherForm = new MyOtherForm();
        otherForm.Show();

        What you do for initialisation is up to you.


        Upcoming events: * Glasgow: SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services... * Reading: Developer Day 5 Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website

        S 1 Reply Last reply
        0
        • C Colin Angus Mackay

          This is all you need to get another forum up

          MyOtherForm otherForm = new MyOtherForm();
          otherForm.Show();

          What you do for initialisation is up to you.


          Upcoming events: * Glasgow: SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services... * Reading: Developer Day 5 Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website

          S Offline
          S Offline
          sanki779
          wrote on last edited by
          #4

          Thanks a lot .....i just needed that 1 step ......thanks a lot

          Sankalp Verma

          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