Haven't you got the assignment the wrong way round ?

If the 'announcement' is in Text1 in frmannounce then you should be doing
Code:
frmnumber.lblannounce.Caption = Text1.Text
frmnumber.Show
Unload Me
then you don't need any code in frmnumber's Load event.