I have heard about portable applications, and I would like to make some of my utility application portable. Does anyone know if it is possible to make an app developed in VB6 portable?
I plan on replacing most controls with usercontrols, thereby no need for most MS ActiveX controls except the runtime files.
Any ideas?
[EDIT] When i mean by portable, is that there is no need for installation, and mostly a single .exe; or at most all files needed by this application reside in the same directory.