Jump to content

Farklı Check Box Iconları Kullanmak


prototype
 Share

Recommended Posts

Arkadaşlar hepimizin bildiği gibi AIO yaparken checkboxların görünümünü kullandığımız tema dosyası belirler. Ancak aşağıda vereceğim örnek ile istediğiniz resmi checkbox resmi olarak kullanabilirsiniz.

[b]Lazım Olacaklar ![/b]

1 Adet Check Box. (Üstüne herhangi bir yazı yazmayın boş olarak kaydedin ve boyutunu 13x13 yapın.)
1 Adet Label. (Laber program adını yazacağımız zaman işimize yaracak.)
2 Adet checkbox resmi. (Birtanesi seçilmemiş, birtanesi seçilmiş halini ifade edecek.)

Arkadaşlar 1 adet resim oluşturun ve seçilmemiş halini ifade eden resimi koyun.
Labeli bu resmin yanına çekin.
Oluşturduğumuz checkboxuda resmin dibine koydun ve görünmez yapın.

[b]Kodlar;[/b]

Label'in "On Click Evresine;
[codebox]
if CheckBox.GetChecked("CheckBox1") then
CheckBox.SetChecked("CheckBox1", false);
Image.Load("Image1", "AutoPlay\\Images\\secilmedi.png");
else
CheckBox.SetChecked("CheckBox1", true);
Image.Load("Image1", "AutoPlay\\Images\\secildi.png");
end [/codebox]

[b]Ekran Görüntüsü;[/b]

[img]http://indirmatik.net/uploader/resimler/8b975592e50619e3815a2a6e2e718c4f.png[/img]

[center][b]Önemli Notlar:[/b]

[size="5"][b]Arkadaşlar oluşturduğunuz checkboxları işlem sonunda görünmez yapın ve resmin altına taşıyın.[/b][/size][/center]

2 adet checkbox çalışıp çalılmadığını anlamanız için görünür yaptım. Ama unutmayın checkboxların hepsi gorunmez olacaktır.

[b]Proje Dosyası[/b]

[code]http://www.fileden.com/files/2011/1/25/3066697//checkbox.rar[/code]

Tamamen benim tarafımdan düşünülüp yapılmıştır.
[b][color="#FF0000"]MostWanted[/color][/b] arkadaşıma kod desteği sunduğu için sonsuz teşekkürlerimi sunarım.
Link to comment
Share on other sites

[center][b]Arkadaşımızın Anlattığı Yöntemi Kullanacak Olan Arkadaşlarımıza Birkaç Checkbox ve RadioButton Resmi Dosyası Vereyim Dedim.[/b][/center]

[center][img]http://i.imgur.com/cUcjd.jpg[/img][/center]

[center][code]http://www.mediafire.com/?1tlhmampvfopviz[/code][/center]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...