How can I retrieve the label I created in Form 3 to be displayed under my button in Fnder the button (in Form2) I have already stated

Code:
Form3 frm = new Form3(); 
frm.Show();
but my labels from Form3 still will not show up when i start typing. Any ideas? Thanks!