Pass Data Between Form
-
I have 2 forms. both are loaded. i wanat with click in Datagrid cell string display in Text box in Other FORM hoW can i do?
-
I have 2 forms. both are loaded. i wanat with click in Datagrid cell string display in Text box in Other FORM hoW can i do?
Raise an event in the form that has the DataGrid in it, and subscribe to the event in the other form.
Dalek Dave: There are many words that some find offensive, Homosexuality, Alcoholism, Religion, Visual Basic, Manchester United, Butter. Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners.
-
Raise an event in the form that has the DataGrid in it, and subscribe to the event in the other form.
Dalek Dave: There are many words that some find offensive, Homosexuality, Alcoholism, Religion, Visual Basic, Manchester United, Butter. Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners.
-
I have 2 forms. both are loaded. i wanat with click in Datagrid cell string display in Text box in Other FORM hoW can i do?
http://www.codeproject.com/tips/55555/Pass-value-between-forms-using-events.aspx[^]
Dave
Binging is like googling, it just feels dirtier. (Pete O'Hanlon)
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Why are you using VB6? Do you hate yourself? (Christian Graus) -
It should be in the FAQs :-)!
Dalek Dave: There are many words that some find offensive, Homosexuality, Alcoholism, Religion, Visual Basic, Manchester United, Butter. Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners.