I'm retarded and can't find this on the net.
How do I pass data that i've stored in a variable via a textbox into a MessageBox?
MessageBox.Show("Name:", BName, MessageBoxButtons.OK, MessageBoxIcon.Information)
When I run this, BName does not show the name. BName is a name from a textBox BName.