dunno about your situation but works fine on my time machine
VB Code:
  1. Private Sub ContextMenu1_Popup(ByVal sender As Object, ByVal e As System.EventArgs) Handles ContextMenu1.Popup
  2.         mnuchangeable.Text = TextBox1.Text
  3.     End Sub