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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Muliple Forms

Muliple Forms

Scheduled Pinned Locked Moved Visual Basic
help
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.
  • D Offline
    D Offline
    dexter9703
    wrote on last edited by
    #1

    Can anyone please help with using multiple forms. I am trying to have more than one form on a program, so that data is shared between both those forms. :(

    C 1 Reply Last reply
    0
    • D dexter9703

      Can anyone please help with using multiple forms. I am trying to have more than one form on a program, so that data is shared between both those forms. :(

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

      dexter9703 wrote:

      Can anyone please help with using multiple forms. I am trying to have more than one form on a program, so that data is shared between both those forms.

      That's a bit vague. What exactly are you having a problem with? Do you need to know how to open mulitple forms simultaneously?

      SomeForm form = new SomeForm();
      form.Show();

      SomeForm is the name of your Form class. Do you need to know how to pass data between forms? Passing values between forms[^] Something else?

      Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Follow up on hiring a software developer * The Value of Smaller Methods My website | blog

      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