Bir hesap makinesi yapıyorum, 2 textBox var ve 1,2,3,4,5,6,7,8,9,0 numaralarına sahip butonlar var. Eğer textBox 1 seçilmişse textBox1.text = "1" yazsın istiyorum bunu nasıl yapabilirim kafa patlattım bulamadım. Programın Arayüzü Bu; private void Btn1_Click(object sender, Eventargs e) { if (textBox1 seçilmişse) { textBox1.Text = "1"; } } |
Bildirim