U
unknown;
hello,
i'm working in VB.NET (2005) and i've got the following problem:
i've got 2 forms. (formMain and formSeach). In formMain i've got a
function to open formSeach.
Dim frmSeach as new formSeach
frmSeach.ShowDialog()
in formSeach there is the possibility to seach for some data and, when
the users clicks on OK, formSeach will close and the data will be used
in formMain.
The problem is, i don't know how to get the data from formSeach into
FormSeach.
I thought about using pointers but VB.NET doesn't support pointers as
far as i know.
Question: Whats the best way to give data back from a form to the
parent form??
i'm working in VB.NET (2005) and i've got the following problem:
i've got 2 forms. (formMain and formSeach). In formMain i've got a
function to open formSeach.
Dim frmSeach as new formSeach
frmSeach.ShowDialog()
in formSeach there is the possibility to seach for some data and, when
the users clicks on OK, formSeach will close and the data will be used
in formMain.
The problem is, i don't know how to get the data from formSeach into
FormSeach.
I thought about using pointers but VB.NET doesn't support pointers as
far as i know.
Question: Whats the best way to give data back from a form to the
parent form??