在登录页面的button双击事件里写Form2 form2 = new Form2(); form2.Username = this.textBox1.Text.Trim(); form2.Show();form2为主页 后台声明 (public string Username="";)Username 为你要的用户名,你用个label显示this.label.text=Username;