hey,
how can u pass your array to another form
like example
FORM2
public test(2) as string
test(0) = "test1"
test(1) = "test2"
test(2) = "test3"
FORM 1
txtTest.text = ................
how can i get the value from the array test(0) in form 2 to in my textbox in form 1?????
thx who wants to help me
how can u pass your array to another form
like example
FORM2
public test(2) as string
test(0) = "test1"
test(1) = "test2"
test(2) = "test3"
FORM 1
txtTest.text = ................
how can i get the value from the array test(0) in form 2 to in my textbox in form 1?????
thx who wants to help me
Last edited: