CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Server builder

  1. #1
    Join Date
    Apr 2009
    Posts
    2

    Server builder

    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 ?
    Last edited by Jambo; April 22nd, 2009 at 03:24 PM.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Server builder

    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
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured