Click to See Complete Forum and Search --> : Server builder


Jambo
April 22nd, 2009, 03:18 PM
Afternoon lads, I'm new here.

I would need samples/hints on how to progammatically generate executable files after taking custom parameters from the user.

I have looked into codedom and I almost got it to work except for the little fact that my application launches the console too and it's meant to be a simple windows form.

Any ideas ?

dglienna
April 22nd, 2009, 11:44 PM
Why not just pass optional parameters to the EXE to begin with. You can't really write code on the fly, as you'd need VS to compile it. You can't release that with your code