Advertisement
2002ASP Files/ File Controls/ Input/ Output #4265

Compiling VB Project with 1 line of code !!!

With this code, you can compile into EXE files any VB project.

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
Dim VBPath
Dim Project
Path = "C:\Program Files\Microsoft Visual Studio\VB98\VB6.EXE 'Path of Visual Basic
Project = "C:\VB\Project1.vbp" 'Path of the Project
Private Sub Command1_Click()
Shell Path & " /make " & Project, vbhide
End Sub
Original Comments (3)
Recovered from Wayback Machine