Making EXE at RunTime
Making EXE at RunTime
API Declarations
dim sVBPPath as string
Rate Making EXE at RunTime
(1(1 Vote))
'may vary to system to system
sVBPPath="c:\Test\Test.vbp" 'name of directory with vb project name
shell sVBEXEPath & " " & sVBPPath & " /make"
'for any problem pls let me know
Making EXE at RunTime Comments
No comments yet — be the first to post one!
Post a Comment