Hello everyone,
Ok so I am trying out this code; link but I stumbled upon an error..
I want to put the text of "textbox1" (or the vdata string) into a textbox
on another form (form2). Now, this is ezmode;
Ofcourse this isnt working, can anyone tell me why ?Code:form2.textbox.text = textbox1.text
Is it because it runs on another thread ? :lol:
