How do i make an application where i can allow the admin to add resources and choose when they are used (like choose when music is played or when pictures are used)? thanks :D
Printable View
How do i make an application where i can allow the admin to add resources and choose when they are used (like choose when music is played or when pictures are used)? thanks :D
If you mean "resources" in the .NET development sense then you can't add them at all under any circumstances. Resources are added by the developer and then compiled into the EXE or DLL itself. All you can do is store the selected files in a specific location, and that involves just a simple file copy operation.