Jump to content

Listboxa Program Ekle Tuşu


aio
 Share

Recommended Posts

Öncelikle Aranıza Yeni Katıldım Herkeze Merhaba Ben Aio Yapıyorum...
İsteğim : [color="#FF0000"]Bir Buton Olucak Tıklayınca Programı [b]Listboxa[/b] ' a Eklicek Bunu Yapabilirmiyiz...[/color]

Herkeze Şimdiden Teşekkürler...

Not:Treeliste Biliyorum İsteğim [b]Listbox[/b]...
Link to comment
Share on other sites

Dosyaları algılatmışsındır demi..
Eğer yanlış anlamadıysam butona bu kodları yaz:


tDosya = Dialog.FileBrowse(true, "Dosya Seçin", _DesktopFolder, "EXE dosyaları (*.exe)|*.exe|", "", "", false, true)
if tDosya[1] ~= "CANCEL" then
sDosya = String.SplitPath(tDosya[1]).Filename .. String.SplitPath(tDosya[1]).Extension;
File.Copy(tDosya[1], _SourceFolder .. "\\Autoplay\\Docs\\Programlar\\" .. sDosya, false, true, false, true, nil)
Dialog.Message("Program Eklendi.", "Program Başarıyla Eklendi!")

Dosya yerini kendine göre ayarla

Link to comment
Share on other sites

[quote name='aio' date='11 July 2012 - 19:41 ' timestamp='1342028504' post='1220647']
Öncelikle Aranıza Yeni Katıldım Herkeze Merhaba Ben [b]Aio Yapıyorum...[/b]
[/quote]

Burada yazdığın Aio'ı hayalindemi yapıyorsun acaba ?

Edited by prototype
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...