0
Guys I need a little help, I have an app that I need to pick up the contents of a textbox in another form to put in a homebody.
private void PDVForm_Load(object sender, EventArgs e)
{
var Operador = "";//qual o codigo que vai aqui?;
MessageBox.Show("Olá " + Operador,"Bem-Vindo",
MessageBoxButtons.OK,
MessageBoxIcon.Information);
}
here is an example of a login form: https://answall.com/a/205488/69359
– Rovann Linhalis