|
-
Jun 15th, 2006, 06:08 AM
#1
Thread Starter
Hyperactive Member
[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?
-
Jun 15th, 2006, 09:15 AM
#2
Re: Designers in VB
Could you not build your report designed, and then incorporate it into your projects as a class?
-
Jun 19th, 2006, 12:23 AM
#3
Thread Starter
Hyperactive Member
Re: Designers in VB
I suppose I can, but I also want to distribute the "report designer" for others to use.
-
Jun 19th, 2006, 03:14 AM
#4
Thread Starter
Hyperactive Member
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.
-
Jun 19th, 2006, 06:43 AM
#5
Re: Designers in VB
 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.
-
Jun 19th, 2006, 07:31 AM
#6
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|