Dear All,

I am new in C# windows programming and having issues in handling data of windows forms.

Here is the scenario.

I have created one windows form (named as form1) in which i am taking input via various controls such as text boxes, list boxes, combo boxes and trying to show it in another form , till showing one windows form's input value in second form is working fine but when I try to access values of form1 in third form in order to do some computation based on form1 values I am unable to access them.

Please help me in this scenario that how could access the values of form1 in the third form.

If required I can paste the code here as well.

Thanks,

Fahad Bin Aziz.