Yazar Arşivleri: Bulent

textBox İçerisine Buton Eklemek

Öncelikle projemize ButtonTextBox.cs isimde sınıfımızı Proje menüsünden sınıf ekle diyerek oluşturuyoruz. Daha sonra aşağıdaki kodları oluşturduğumuz sınıfımıza ekliyoruz ve derliyoruz. Artık araç kutusunda ButtonTextBox şeklinde görülecektir. Formumuza ekleyip istediğimiz gibi Button kısmını da düzenleyebileceğimiz yeni bir tür textBox aracımız oldu. Kodlar: using System;using System.Collections.Generic;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms; namespace Form1{public class ButtonTextBox : TextBox{ […]

css.php
This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.