{
// hai i want to make visible this buttons when when the form1 button gets cliked. im at form2
login f1 = new login(); //<--- this is the calling for form1
if {f1.btn_entrar_como_utilizador1 = f1.btn_entrar_como_utilizador1.Click()}// i dont know how to make this work this btn_entrar_como_utilizador is the public button that has to be called.
so when i clik at form2 and if the btn_entrar_como_utilizador from form1 has been clicked he will show this btn:
btn_caneta_digital.Show();
btn_rato_tradicional.Show();
btn_rato_otico.Show();
btn_touchpad.Show();
btn_rato_sem_fios.Show();
btn_guardar1.Hide();
btn_editar1.Hide();
label11.Hide();
}
i woul appreciate your comments guys plis:d!!!!