Lance Roberts
Lance Roberts

Reputation: 22842

Change path of forms in a Visual Basic 6 project

I'm trying to modify an old Visual Basic project. In Visual Basic 6 when I load the project it is saying that the form files aren't in a specific directory instead of looking in the directory where the project is.

I've looked all over the application for where I could set that path, but no luck.

How do you set the path for the project files in Visual Basic 6?

Upvotes: 0

Views: 2809

Answers (1)

djv
djv

Reputation: 15774

Open the project file (.vbp) with a text editor and edit the path.

Upvotes: 7

Related Questions