OS Explorer

Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
17 posts Page 2 of 2
User avatar
XTechVB
VIP - Site Partner
VIP - Site Partner
Posts: 727
Joined: Thu May 20, 2010 10:32 am

Re: OS Explorer
XTechVB
well I'm working on a Windows Explorer right now and I've already included : Delete,Create New Folder, Rename inside the list view, but i can't seem to find a way to make a "Move" Function
You can find me on Facebook or on Skype mihai_92b
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: OS Explorer
MrAksel
There is a IO function that moves a file:
Code: Select all
IO.File.Move(filename, target)
I dont know the source of your program so you need to find out how to use the function yourself. Ill be glad to help if you send me the source too but i think you want it yourself :)
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
XTechVB
VIP - Site Partner
VIP - Site Partner
Posts: 727
Joined: Thu May 20, 2010 10:32 am

Re: OS Explorer
XTechVB
naa it's a little more complicated than that, i need to move lets say a file in my OS and my program's listview in the same time
You can find me on Facebook or on Skype mihai_92b
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: OS Explorer
Axel
i don't get you

system.IO.File.Move("C:\Test\File\test.txt","C:\test\lool.txt")
thats the way to move some file
http://vagex.com/?ref=25000
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: OS Explorer
MrAksel
oh, i get you, but cant you just clear all the items and then load them again?
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
XTechVB
VIP - Site Partner
VIP - Site Partner
Posts: 727
Joined: Thu May 20, 2010 10:32 am

Re: OS Explorer
XTechVB
MrAksel wrote:
oh, i get you, but cant you just clear all the items and then load them again?
yeah i know because I've already tried that it doesn't work with my code
i mean it works but not like i want to
You can find me on Facebook or on Skype mihai_92b
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

Re: OS Explorer
bisnes_niko
I just noticed that the size is the last time modified :P
17 posts Page 2 of 2
Return to “Full Software”