Hi!Can anyone tell me - how can form return any value???For example:I have two forms, calling frmFirst and frmSecond. frmFirst has a button and label. On button click frmSecond is loaded. frmSecond has variable varClicks which increased every time when I click on the frmSecond. And I want what label on frmFirst shows me value of varClicks... Don't matter frmSecond do it at runtime or then is closed. It's possible?
Thanks...