hello;
I am developping an application in which I pass parametter between three forms.
the first form contain data
the second form contain references of this data, it allows possibility to select data which i want displayed.
the third form is used to display data selected in second form.
thank for your help
Loading
Asela AbeysinghePosted Jun 8, 2009, 3:01 AM
{
private PoShipToAddress _currentShipToAddress;
public PoShipToAddress CurrentShipToAddress
{
get { return _currentShipToAddress; }
set { _currentShipToAddress = value; }
}
}
access data using forms public property as follows
Niradhip ChakrabortyPosted Jun 2, 2009, 3:50 PM
Posted Jun 2, 2009, 3:18 PM
Niradhip ChakrabortyPosted Jun 2, 2009, 3:07 PM
Check Out:
1.http://www.vbforums.com/showthread.php?t=561654
2.http://www.dreamincode.net/forums/showtopic75208.htm