This code demonstrates how to compile exe files using vb code, like the winzip self extractor.
prjRdfce.vbp is the program (when compiled) that acts as the template for the exe. It is compiled to 'rdfce.ext'.
prjExeCompiler is the program used to create new exe files. It first makes a copy of rdfce.ext to the file name supplied by the user, say test.exe. It then writes user supplied data to the end of test.exe.
When test.exe is run, it reads the data contained in itself and work accordingly (all that code is done in prjRdfce)
File List:
Compiler.vbp
1Kb
Compiler.vbw
56b
ExeDemo.vbg
77b
frmMain.frm
9Kb
frmMain.frx
96Kb
rdfce source/
0b
rdfce source/frmMain.frm
17Kb
rdfce source/frmMain.frx
4Kb
rdfce source/prjRdfce.vbp
1Kb
rdfce source/prjRdfce.vbw
56b
rdfce.ext
36Kb
readme.html
2Kb
Similar code
Associate filetypes to your program
(Popularity: ) : This module lets you create or delete with only a simple function filetype associations in the registry. Usefull to use your own filetypes, with theire own icon and description in your vb-project. Once you have your own filetype, this is ... File Search
(Popularity: ) : I use this to scan through my avp logs and locate certain text within it. This example shows you how to scan through a text file and locate text within. All while showing a status bar and the total number ... A- taskToDo LIKE Vb.Net
(Popularity: ) : Are you tired to forget what do you want to change of your code when you are debuggin? When you stop debug you cant remember wich was the error, if there where a lot of errors? This utility may help ...