It has been quite a long time since I had to code anything, so I come to you with what I hope is a simple request, that I'm not finding much information on.
I have a need to have a small lite-weight app that will be able to do the following withOUT using Explorer.exe:
I would settle for a good start in just being able to open the 1 static folder path, without use of or call to explorer.exe.
The language I do this in doesn't matter, but I chose VB.NET because of its popularity. I hope someone can help guide me to get this right.
I have a need to have a small lite-weight app that will be able to do the following withOUT using Explorer.exe:
- Cut, Copy, Paste
- List files
- Ability to Open, Close and Save files
- Not allowed: folder exploring - Keep it in the 1 static folder with no navigation capability to any other folder
- No other functions allowed in this very basic file manager.
I would settle for a good start in just being able to open the 1 static folder path, without use of or call to explorer.exe.
The language I do this in doesn't matter, but I chose VB.NET because of its popularity. I hope someone can help guide me to get this right.