i created 2 forms in a project. one form called frmMain and other is frmCustom.
form frmCustom have the textbox input for "height" and "width".how do i get the values from "height" and "width" in frmCustom to the other form "frmMain"?