jnowicki

jnowicki

  • NA
  • 3
  • 0

Creating reusable components from a button click

Oct 24 2003 1:22 PM
Okay I'm not well versed in windows forms using C# yet, however from my ASP.Net experience I'm muddling my way through it. In short what I'm trying to do is create a Converter for those people that use notepad as an editor. The Long, to create components in ASP.Net you need to enter in a whole bunch of information into a command prompt to convert a .cs, .vb, or .js file to a .exe, .dll, etc. Thus creating reusable components. In Visual Studios this is easy but for the people that don't own VS I would like to make things easier for them. So what I did was design an interface that lets them set their in directory, out directory, select the type of file they would like to convert it to and the language they would like to use. Now I'm stuck! I can't figure out how to get all the information that I collected in variables to execute at the command prompt and create a new file. Any help would be great as I don't know where to start.

Answers (3)