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 tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
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...