Creation of wizard in .net

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hi,

I have some ini files with me. I want to create a wizard that would
take

this ini file as its input and output a C# class which when given to a

control would give me means to edit the ini file. I'm speaking in the

context of .Net. Ultimately i'm trying to create a tool that would make


edition of the ini files possible. There is a wiward creation toll in

..Net that is available. Please let me know of some good pointers to the


same.

Thanks
Ashutosh
 
Hi,

What this has to do with a Wizard app?

IMO you need a code generator.
 
Back
Top