How to pass control value from one form to another form

How can I pass value of Form1 (a cell value of Grid control) to From2 (Text Box) when I double click on any cell of the Grid control. The Form1 is a common form which I am using to pass value to other forms too.
Thanks in advance.
Shoby
[255 byte] By [Shoby] at [2007-11-17 17:08:04]
# 1 Re: How to pass control value from one form to another form
form2.text1=form1.msgrid.text

as long as the cell your clicking on has the text you want to transfer
TheIceman5 at 2007-11-10 0:22:42 >