|
-
Dec 28th, 2011, 05:22 PM
#1
Thread Starter
New Member
Admin priveleges
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
-
Dec 28th, 2011, 06:12 PM
#2
Re: Admin priveleges
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.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|