1. How do i close 2 forms in runtime.
Eg. I click BTNCANCEL in frm1 it will open frm2 and i want to click BTNNO in frm2 to close all forms in the runtime. How do i go about doing that.
[frm2 is just asking the user whether to save the data that have been change if NO CLOSE ALL APPLICATION.]
2. Save Button
I'm currently doing a config. file and I need to click BTNSAVE in frm1 to save all details that i have enter into a textfile so that other application can retrieve the settings.
In frm1, i have 3 combo box[cmbStart, cmbEnd, cmbintervals and 5 text boxes[tbpassword,tbnewpass,tbconfirmpass,tbimageloc,tbdatabaseloc.