Link to home
Start Free TrialLog in
Avatar of countrymeister
countrymeister

asked on

Editor for visual basic 6.0 project file .VBP

I need to open a visual basic project file to make soem changes, can someone tell me what editor I could use to make and compile the changes
SOLUTION
Avatar of VBClassicGuy
VBClassicGuy
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of countrymeister
countrymeister

ASKER

I have installed the run time files using vbrun60sp5.exe
Do you have a link to download UltraEdit
Avatar of Éric Moreau
>>I have installed the run time files using vbrun60sp5.exe

This is only the runtime (the files required to run the .exe generated by the compiler).

You can edit the files with anything (including NotePad) but you will need to buy the compiler which is included in Visual Studio 6.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
These guys are right, just the runtimes won't make it. You need a copy of Visual Studio 6 to compile any changes. If this project is a "must have", I'd check eBay for a copy of VB6.
Ok, I got Visual Studio 6 installed, where is the option to compile.

I see File, Edit, View,Project, Format, Debug, Run , Query, Diagram, Tools in the menu options in the editor
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
yes, thanks