Results 1 to 3 of 3

Thread: project in project

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2004
    Location
    israel
    Posts
    11

    project in project

    hello

    i have project in vb and i add to this project another project
    in the first project by the clicking button event i want to open the second project/form
    how can i do it???

    t h a n k s
    oren t;

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: project in project

    make them separate projects, compile them, and use SHELL to call the other one.

  3. #3
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: project in project

    Quote Originally Posted by orent
    hello

    i have project in vb and i add to this project another project
    in the first project by the clicking button event i want to open the second project/form
    how can i do it???

    t h a n k s
    What type of project is your "second project" ? If it's a standard then you might be able to do what dglienna suggested but I would try to create an ActiveX dll so you can load individual form(s) from it.

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