Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7021223
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:25:19+00:00 2026-05-27T23:25:19+00:00

My program has multiple forms. Some of these forms would benefit greatly from being

  • 0

My program has multiple forms. Some of these forms would benefit greatly from being able to talk to one another, however if Form1 creates an instance of Form2, Form2 can not call back to Form1, at least not very easily.

Is it acceptable to make my forms static so they can talk to each other without the need to instantiate objects of these classes everywhere?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T23:25:19+00:00Added an answer on May 27, 2026 at 11:25 pm

    however if Form1 creates an instance of Form2, Form2 can not call back to Form1, at least not very easily

    Yes it can – just make your Form2 instance know about the instance of Form1, e.g. through a constructor:

    // In Form1
    Form2 form2 = new Form1(this);
    

    (Note that if your classes are really called Form1 and Form2, it would be worth giving them more semantically meaningful names. Reject the temptation to stick with whatever Visual Studio gives you 🙂

    I would strongly advise against using statics just to avoid providing your depenencies directly.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My program has one dialog and two sockets. Both sockets are derived from CAsyncSocket,
I'm working with a Java program that has multiple components (with Eclipse & Ant
I need to run multiple instances of a C program in VxWorks (VxWorks has
I have a program that can open multiple forms, and when there are a
I have a search program that has multiple input text boxes that correspond to
I'm writing a program which has to compute a multiple sequence alignment of a
I'd like to have an argument to my program that has some required parameters
My program has multiple threads. I am using messagebox to display information to the
I am running a C++ program which uses a class from another .cpp file.
I have a C program which has multiple worker threads. There is a main

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.