Question How to make a form like a desktop

andrewjrmill

New member
Joined
Jul 25, 2009
Messages
1
Programming Experience
Beginner
Hi, i have two forms one is a text editer and the secone one is a big form and i want to save a file form the text editor to the secone form just like on a desktop would, can some one so me an example of how i can do this thanks for all your time and help.
 
What you're looking for is most likely the ListView-Control.
Also, you'd have to think about what you're saving and how...without knowing that one we can't help you in any way, except trying to point in the right direction.

If you go with files in a special folder, have a look at the System.IO-Classes, especially File, Directory and Path.

Bobby
 
Back
Top