Reputation: 2917
I need to implement, Controls Based Security in a Windows Forms Application using VB.NET. I tried google but did not get anything much to work with.
I would like if someone, could suggest some books or tutorials.
Thanks
Upvotes: 0
Views: 2127
Reputation: 564851
I'd recommend looking at Jesse Liberty's very detailed article: Controls Based Security in a Windows Forms Application, which includes full source and demonstrates one nice approach to this problem. While the article is in C#, the concepts should all translate to VB.NET exactly.
Upvotes: 1