Hello,
I am a newbie with vb 2010 but some experience with vb6
My problem is relatively simple but i cant find the answer to it
I have a form with a textbox and a button on it
when i press the button i have code that starts a sub (in a new thread) located in another class module
let's say this sub should give a msgbox with the text in the textbox.
I tried a number of ways but i only seem to get de default text.
I mean the prewritten text, if i change it at runtime before presing the button it still gives me the default value
It's a serious probblem for my project so i would really apreciate some help.
Thank you.
Daniel