Dynamic Window Form
Hi friends,
I am working in window application using c# in .net.
Now in my application i want to create a window form at runtime and save it into my root directory so that in future i can make change in that form.
So all of you can please help me to do so.
I can be able to generate form at runtime but i do not have any idea how to store that form with my other application forms.
Please help me
Thanks in advance.
Avani
avani ravalPosted Oct 28, 2009, 12:23 AM
Kirtan PatelPosted Oct 27, 2009, 11:25 PM
You can just Do One Thing Write The source Code of Form in File With Extension Cs using File Handling and then Compile it Using Command line it will run like normal application but you cannot save it like you add New Form to Application
jingePosted Oct 27, 2009, 10:20 PM