Q: Executable without a form and using a parameter
I've made a VB application without forms (just to make some modifications into Registry) and I would like to run it with a command line parameter. Is it possible?
Rastko Poto nik; rastko.potocnik@rtvslo.si
A: Why not? Is it working now... I suppose you have an executable. In that case you can use the VBcommand 'Command ' to get a parameter.

If not... then you use one form but set the property Visible = False in the load_form event. Return