Could someone please tell me how can i change the contents of a textbox from a module in vb.net?
I know in VB5 i could just type
FormName.TextboxName.Text = "New Text"
But unless i am making a very stupid mistakes, this doesnt seem to work with vb.net - i have remembered to set the modifliers to Public.
Thanks
I know in VB5 i could just type
FormName.TextboxName.Text = "New Text"
But unless i am making a very stupid mistakes, this doesnt seem to work with vb.net - i have remembered to set the modifliers to Public.
Thanks