casira Posted March 29, 2010 Share Posted March 29, 2010 Kintaro hocam ben gene bir soru soracağım basit bir soru.Siz sorun dediniz bende soruyorum. Checkboxlarda yazı değilde resim oluyor onları nasıl yaparız. Birde bu otokurda yaptığınız birşeyi merak ediyorum.Mesela windows 7 de directx yüklü olduğu için o program üzerinde büyük çarpı var bunu nasıl yapıyorsunuz. Link to comment Share on other sites More sharing options...
KintaRo Posted March 29, 2010 Share Posted March 29, 2010 Aslında Resimli Checkbox diye birşey yok onu ben kendim yaptım şöyleki; Önce projeye bir button koyalim. Daha sonra da bir checkbox ekleyelim. Checkbox'ın içinde yazan metni silelim. Yani sadece tıklanan kısım görünsün. şu şekilde görünecek: Şimdi Checkboxı button nesnesinin sol üst köşesine taşıyın. Şöyle: Şimdi button'un On Click evresine şu kodları yazın: cGet = CheckBox.GetChecked("CheckBox1") if cGet == false then CheckBox.SetChecked("CheckBox1", true) else CheckBox.SetChecked("CheckBox1", false) end[/CODE] Böylece buttona tıkladığımızda Checkbox seçili değilse, seçili hale gelecek, seçili ise seçimi kaldıracak. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.