Pro VB 6For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I'm working on a VB project in which we are required to add a reference to the system on runtime through script. I treid searching for answers in net, but couldn't find any. Is there a way to do this. Please help me.
thanks
anandham
__________________
Prem Anandh P.
Ambition Never comes to an End
well.. I dont see a point to do that.. you need the reference to compile it, so why add that after you compile???
you can't add a reference since the project is compile and you have an exe file, unless you rewrite it in binary you will not change it...