Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Help!***Help!

With last problem I have this problem. :(
I want designe the manger that shows the drives and files and etc.
And it can copy , paste and cut them.
Thanks alot ;)
[179 byte] By [Visual Basic] at [2007-11-11 10:12:19]
# 1 Re: Help!***Help!
Showing them simply using filelistbox, dirlistbox and drivelistbox controls .
copy files : filecopy() function
cut files : copy files then kill() the original
to be able to past and all that make the path a variable in the clipboard for example ...
also u mat shell() dos commands .
Amahdy at 2007-11-11 17:23:04 >
# 2 Re: Help!***Help!
http://www.freevbcode.com/ShowCode.asp?ID=706
Phil Weber at 2007-11-11 17:24:04 >