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

Threaded View

  1. #1
    Join Date
    Jun 2005
    Location
    INDIA
    Posts
    13

    Question VB6 Grouping Of Projects

    I have been develpoing many projects, in Vb with Multiple forms
    Each of the project has a unique name
    I am in a process of puting all the modules together

    The Problem
    Unable to group all the projects together and make it a single EXE

    Issues Faced : Unable to call froms of another project

    project1 - set as the active project
    form1
    form2
    form3
    project2
    form1
    form2
    form3

    In project1 form1 I would like to activate and call the form2 from project2
    and move back control to project1 form 1

    The projects are all added in a common group

    GURU's Please advise how this can be done
    Last edited by Rambi; June 21st, 2005 at 12:39 PM. Reason: Wanted to post some more information

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