hmm.. i have just a bit of experience in c++ and i'm just coding a program to learn.
it is a windows forms app and there are 3 forms in one same project.
how do i get a textbox value from one form and use it as a variable in another form?
i tried extern but it doesn't work with string.
i heard about getting the pointer of the textbox and using arrays to get it but that seems too hard as i have not yet learnt that.
i thought maybe there would be any easy way to do this so i posted here for some help.
thnx. :)