witecloner
Well-known member
- Joined
- Feb 12, 2009
- Messages
- 45
- Programming Experience
- Beginner
Hi all, i have some problem need to solved. I want to create multiple mdi form. Which mdi form (mdi parent) container mdi child (for level 1), and mdi child also have mdi child again (for level 2). how to code it ?
I also want to ask one question again. I have 2 form. which first form is using for displaying data (i use datagridview to do that), and another form is using to inserting data. let's assume i want to inserting data, if i click the button save (the data will be saved into table, ok this no problem ), but i want it will take effect too in first form, which that datagridview will directly display new data field which i insert it. how to do it ?
thank you
I also want to ask one question again. I have 2 form. which first form is using for displaying data (i use datagridview to do that), and another form is using to inserting data. let's assume i want to inserting data, if i click the button save (the data will be saved into table, ok this no problem ), but i want it will take effect too in first form, which that datagridview will directly display new data field which i insert it. how to do it ?
thank you