Results 1 to 2 of 2

Thread: Admin priveleges

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2011
    Posts
    11

    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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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
  •  



Click Here to Expand Forum to Full Width