Hi everyone,
I am thinking of doing something like this but I am not sure it can be done or not. Normally, if i write a program (Windows Form) I drag and drop what button and textboxes are necessary on the form then do necessary procedures and actions. What I am thinking now is, is there anyway to build a window form dynamically using some setting from a file ? I have no idea how to do it. Let's say if I have something like "button 3" then on my window form, it has 3 buttons on it. So, if i change that text file to "button 4" then on my window form, it has 4 buttons on it. If possible, I would like to know how to assign event to those button. I am not sure whether it's feasible or not but please I am looking forward to hearing other experts ideas here. Thanks all.