Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody,

I would like to implement a vb6 tool to compile some other vb6 projects.

I have to change project properties and refereneces before compiling.

Do you have any ideas how to do this?

Thanks,
Max
Posted
Comments
Dylan Morley 10-Aug-10 7:18am    
Isn't this what the VB6 IDE is for?
Sandeep Mewara 10-Aug-10 9:30am    
So you say you are making a VB6 projects compiler?
mwessely 10-Aug-10 9:55am    
yes; I need a possibility to get access to the settings in a vbp file.

I have tried this but I can not modify another project;

Dim vbpr As VB.App
Set vbpr = VB.App
vbpr.Major ...

1 solution

That was strange: I recall being asked to write something like this quite some time ago. Here is a link: VBPEdit[^]. It is a zip file which contains a setup/CAB. I just tested it and it seems okay; though I have no vbp files to test it with. I'll see if I can find the source code though I'm not too hopeful.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900