MDI Application - Install different modules based on security permissions

john0827

New member
Joined
Aug 7, 2008
Messages
1
Programming Experience
10+
Hi all,

I have this vision for an application, and I was wondering on the feasability of how I want to develop it. This is a winforms application using .net 2 (VB, VS2005). The idea is to have a MDI application with a standard set of tools that can be used by all users who have the app installed. Then I would like to have additional modules added to the app depending on the users group permissions in AD.

I would like the "additional modules" to be added as pieces of the master MDI application, but I'm not really sure how to go about this.

Anyone have any ideas or documentation that I can look at for something like this?

I hope I'm making sense...
 
Back
Top