i am developing a windows app in c#..i have used three decimal variables:counter,narrow and broad which stores different values based on some calculations. On clicking a button, a message box is displayed displaying these three decimal values and the application exits..
now i want to add another form having three labels in which these variable values needs to be shown...please elaborate how do i pass those variables in the next form to display in individual labels.....