Altering code required by windows ...(Resolved... I Hope!!)
Hi.
In the thread
http://www.vbforums.com/showthread.p...hreadid=288791
no one has suggested altering the declaration of the textbox in form1 to Public Shared. If you do this, then it is fully accessible from form2.
However, In the region of code involved, it clearly states that code should only be modified by using the Form Designer. I have had no problem in altering it with the Code Editor, but how can you alter the declaration by using the Form Designer?