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
Printable View
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
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]
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