CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Loading Form

  1. #1
    Join Date
    Jan 2002
    Posts
    7

    Loading Form

    I want to Load a form which is in Project2 from a form in Project1 by clicking a button on Form1 of project1, can anyone let me know. Plz.


  2. #2
    Join Date
    Dec 2001
    Posts
    6,332

    Re: Loading Form

    Why not just add the form to project1? Or are you trying to link two programs together?

    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

  3. #3
    Join Date
    Jan 2002
    Posts
    7

    Re: Loading Form

    i can make the project1 to Exe and use it in form2 of project2, but i just wanna know if its possible for calling form1 from form2. I was building a system where i am useing someones project, the problem is if i copy the code and use it, but its giveing some problem, so i wanna try this way where i can use both projects.


  4. #4
    Join Date
    Jul 2001
    Location
    Trivandrum, Kerala, India
    Posts
    21

    Re: Loading Form


    In VB, you can make a project group and add more than one projects to it. But this feature is included for testing ActiveX controls, ActiveX dlls and such things. You cannot load one form from in another project.

    Hope this will clarify your doubts.

    Kishore.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured