CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    Israel
    Posts
    7

    dding a Class to a curretly open project in vb6 through VB

    Hi!
    i Made a really nice Class Builder utility that creates a Datasource class with all it's properties according to a user specified mdb table.
    now all i need to do is to add the new "ClassData.cls" file into the current project that is open in vb6 throught the ClassBuilder.
    Any ideas?


    Life is like an analogy.

  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: dding a Class to a curretly open project in vb6 through VB

    you could simulate the Project/Add File command by means of an Add-In.
    VB 6 comes with an Add-In wizard that supports you in creating an Add-In.



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