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: 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.

ซอร์สโค้ด
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
ความคิดเห็นดั้งเดิม (3)
กู้คืนจาก Wayback Machine