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

  • SEARCH
  • Home
  • 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 6783759
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:54:31+00:00 2026-05-26T16:54:31+00:00

Good Day All, I’m new to programming. I’m using Visual Studio 2010. I’m taking

  • 0

Good Day All,

I’m new to programming. I’m using Visual Studio 2010. I’m taking into two introduction classes, VB and C# with .Net.

I’m searching for example code of different project forms under the same solution working together at least at my level of understanding. The only alternative that I can fathom is that this is not allowed.

I may need help in forming my question since my searches are all failing. I’ve listed all my failed search strings at the end of this document.

We have created four school projects with single forms under different solutions that also have classes.

Can the four VB projects be combined under a single solution so that the frmCompany can “.show()” the frmCustomerAccount or the frmMovieRental or the frmPayment . Each of these forms are under their own project but I have “add existing” them into a single solution. I want to know if the multiple project forms can call each other. Or how do you combine projects so that they work together.

Do you use “pathing” when referring or calling across projects within the same solution? I’m trying to move between their forms. If you can do this, how do you make the call between projects? Such as from project1’s form: “project2.frmCustomerAccount.show()” ? and back again by “project1.frmCompany.show()” ?

I’m hoping for simple code examples that shows bouncing between multiple projects’ forms under a single solution that I may understand at my intro level.

Thank you for reading,
William

Below are my list of Google searches
Visual basic 2010 can projects reference other projects forms
visual basic 2010 can projects work together
visual basic 2010 how do you join projects
“visual studio 2010” “multiple projects” tutorial
“visual studio 2010” do projects work together call each other?
“visual studio 2010” how does one project refer to another within a solution?
“visual studio 2010” “how do you use forms from other projects?
“visual studio 2010” “how do you integrate projects?
“visual studio 2010” “do projects integrate?
“visual studio 2010” “do projects tie together?
“visual studio 2010” can forms call forms in other projects
“visual studio 2010” what relationship do projects have within the same solution
“visual studio 2010” “do projects combine?”

  • 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-26T16:54:32+00:00Added an answer on May 26, 2026 at 4:54 pm

    A Solution is simply a Visual Studio construct meant to help you to do what you just did. Group up a few projects so that you can easily jump back and forth between them. From the compilers standpoint however, the solution doesn’t matter.

    What matters are referencing the assembly you need and using the correct namespace. So what you need to do in a visual studio setting is to select Add Reference from the context menu of the References node in a project. Then look up the project containing the form you want to call, and add it.

    From your calling class you can then either do a

    //Header of file with class initializing referenced class.
    using Personal.Namespace.Of.Other.Class;
    
    //Within initializing class-method.
    var form = new MyForm();
    form.Show();
    

    or

    var form = new Personal.Namespace.Of.Other.Class.MyForm();
    form.Show();
    

    Hope that’ll get you on the right track.

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

Sidebar

Related Questions

Good Day All, I’m new to programming. I’m using Visual Studio 2010. I’m taking
Good day, In visual studio 2005, when I drop a webcontrol in the designer,
Good day everyone, I am building a page in ASP.NET, and using Master Pages
Good day all, I am trying to deploy my ASP.NET MVC3 app to my
Good Day All we are trying to do is inside a trigger make sure
Good morning all, After a day of googling, I’m at a loss. I decided
Good day, We just converted our web application .NET 1.1 to .NET 2.0. We
Good day, I'm having a problem with asp.net 2.0 viewstate. Basically, I want to
Good day, I am using CacheFilter to filter a certain path to my server
Good day all, I am having some trouble with image permissions. I am loading

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.