Languages Visual Basic & VB.NET Visual Basic Files/ File  

Exe Compiler

download download  
important code information
author:
Anoop Sankar
minimum requirements:
Exe Compiler description

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.vbp1Kb
Compiler.vbw56b
ExeDemo.vbg77b
frmMain.frm9Kb
frmMain.frx96Kb
rdfce source/0b
rdfce source/frmMain.frm17Kb
rdfce source/frmMain.frx4Kb
rdfce source/prjRdfce.vbp1Kb
rdfce source/prjRdfce.vbw56b
rdfce.ext36Kb
readme.html2Kb

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 ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 627
version
size in Kb 57
popularity   3868/7913374
user rating 6/10
ad


New Code
Popular Code