Jump to content

Listbox Ta Ki Dosyaların Icon Larını Gösterilirmi?


yakupnun
 Share

Recommended Posts

listbox ta listelettiğimiz dosyaların iconlarınıda list boksta göstere bilirmiyiz ?
mesela
[img]http://roboticscourseware.org/1-full-robotics-courses/introduction-to-robotics-harvard-university-es-159-259/ppt.png[/img] ali.ppt
[img]http://asesoriarubio.es/wp-content/plugins/list-yo-files/icons/xls.png[/img] veli.xls
[img]http://asesoriarubio.es/wp-content/plugins/list-yo-files/icons/pdf.png[/img] deneme.pdf
bunların önünde dosya iconlarıda görüne bilirmi? Edited by yakupnun
Link to comment
Share on other sites

sayfa kodum böyle
[code]
tAra = File.Find("AutoPlay\\unit1", "*.*", false, false, nil, nil)
if tAra then
for i,v in pairs(tAra) do
ListBox.AddItem("ListBox1", String.SplitPath(v).Filename, v)
end
end
[/code]
list boxtada böyle [code]
nSec = ListBox.GetSelected(this);
nData = ListBox.GetItemData(this, nSec[1]);
File.Open(nData, "", SW_SHOWNORMAL);[/code] kodum var bunu explorerlist egöre nasıl düzenlemeliyim

Link to comment
Share on other sites

teşekkür ederim listelete bildim listboxex ile ama iki problemle karşılaştım listelediğim dosya ismine tıklatınca dosyayı açmıyor 2.si ise iconları hala listeletemiyorum addicon codunu falan kullandım ama nafile .

Link to comment
Share on other sites

son bir şey sorayım size [code] tAra = File.Find("AutoPlay\\unit1", "*.*", false, false, nil, nil)
if tAra then
for i,v in pairs(tAra) do
ListBox.AddItem("ListBox1", String.SplitPath(v).Filename, v)
end
end


list boxtada böyle
Linkleri Kontrol Et
nSec = ListBox.GetSelected(this);
nData = ListBox.GetItemData(this, nSec[1]);
File.Open(nData, "", SW_SHOWNORMAL);[/code] bu örnek te dosya uzantısını görüntülemek için ne yapmam gerekir

Link to comment
Share on other sites

[quote name='yakupnun' date='31 March 2012 - 21:03 ' timestamp='1333217021' post='1178376']
hım ben onun lisansını bi alam ondan sonra size danışırım inşallah kintaro haklı ams plugindemi satış yapılıyor
[/quote]

www.amsplugins.com dan satın alabilirsin

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...