VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Making EXE at RunTime

by Pradyumna Kumar Jena (4 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 4th December 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Making EXE at RunTime

API Declarations


dim sVBPPath as string

Rate Making EXE at RunTime



 '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

Download this snippet    Add to My Saved Code

Making EXE at RunTime Comments

No comments have been posted about Making EXE at RunTime. Why not be the first to post a comment about Making EXE at RunTime.

Post your comment

Subject:
Message:
0/1000 characters