User Controls in C# windows form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • boyzs
    New Member
    • Feb 2008
    • 1

    User Controls in C# windows form

    Hi i am new to c# windows application.

    I need to give rights to some users for access the menu on the form...

    How can i start this form can any one tell me..

    thnx in advance..
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    Almost all controls have the enabled and the visible property. set them to false (either one, or both) depending upon the authentication level.

    This certainly looks like a grey area of the crossover between the 3 layer architecture, but im not sure if there is another way around.

    Comment

    Working...