CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Location
    Chicago, IL
    Posts
    27

    creating a project group

    I am trying to create a class module and a form, and then create a project group for both of them. I am not sure if I'm doing it correctly. Here's what I did. I selected the "ActiveX DLL" project. Then I hit File-Make Project1.DLL. Next I selected File-Add Project-Standard EXE. I referenced the DLL, and in order to make the group project hit File-Make Project Group and subsequently File-Save Project Group As. Does this sound right? I can't get my form to appear when I run the project in my form so I don't think it's right. Thank you.

    Archie Kantzavelos

  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: creating a project group

    you need to set the startup project as standard EXE project. right click on the standard EXE project and you will see some option there

    HTH

    cksiow
    http://vblib.virtualave.net - share our codes


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