Results 1 to 6 of 6

Thread: [RESOLVED] Designers in VB

  1. #1

    Thread Starter
    Hyperactive Member BillGeek's Avatar
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    440

    Resolved [RESOLVED] Designers in VB

    Does anyone know how I can build my own "designer" in VB6? For example:
    Crystal Reports from Seagate has their own Report Designer that integrates with the VB IDE. I can build an external application to make my own Report Designer, but I do not wish to do this, as I would like the reports to be compiled into the EXE.

    Any suggestions?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Designers in VB

    Could you not build your report designed, and then incorporate it into your projects as a class?

  3. #3

    Thread Starter
    Hyperactive Member BillGeek's Avatar
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    440

    Re: Designers in VB

    I suppose I can, but I also want to distribute the "report designer" for others to use.

  4. #4

    Thread Starter
    Hyperactive Member BillGeek's Avatar
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    440

    Re: Designers in VB

    Thanx for the help, Hack. I will use your advice for a class module. I will create an Add In that will store the design files in a RES file and add a class that reads the report from the RES.

    Thanx.

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Designers in VB

    Quote Originally Posted by BillGeek
    Thanx for the help, Hack. I will use your advice for a class module. I will create an Add In that will store the design files in a RES file and add a class that reads the report from the RES.

    Thanx.
    You could also compile your class into a .DLL which you could distribute to others in your group.

  6. #6

    Thread Starter
    Hyperactive Member BillGeek's Avatar
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    440

    Re: [RESOLVED] Designers in VB

    I shall do just that. And thanx again.

    Also, I know that the thread has been closed, but is it possible to create an Add In that can access the project's Resource file?

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