Click here to Skip to main content
15,902,189 members

Comments by TheLonelyCoder (Top 3 by date)

TheLonelyCoder 16-Jun-15 2:15am View    
Reason for my vote of 5 \n good job
TheLonelyCoder 16-Apr-15 3:52am View    
Please specify what you mean with: "Launch an ActiveX executable"?

Definitly it is possible to launch executable files from VB6 executables. And it IS possible to use ActiveX components within a .NET application.
TheLonelyCoder 16-Apr-15 2:16am View    
You say, you can compile with VB6 IDE. If so, you can use your VB6 with command line parameters, something like this: VB6 /MAKE "yourproject.vbp" /outdir "whereveryouwant".