CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2001
    Posts
    18

    User Access right...

    Hi,
    I'm developping some applications in VB6. Many of them are multi-users applications and I have to create many user and assign rights for each one.

    Are there any component that can help me to do this ?

    Thanks


    Tuan Nguyen

  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: User Access right...

    If it is multiuser application you probably already have a database as a backend. You can create a table with user names, passwords and rights. When user login check thhis table and do whatever you need to do.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  3. #3
    Join Date
    Aug 2001
    Posts
    18

    Re: User Access right...

    Because each user has many rights: on the menu, on each control in forms,... So I have to do many things in code to enable, disable, or hide related items. I need components to do this for me without any code. I see something the same for Delphi and it's is quite usefull.
    Do you know one for VB ?

    Tuan Nguyen.

    Tuan Nguyen

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

Featured