Posts by Marcus Couto • 9 points
3 posts
-
0
votes2
answers274
viewsA: Restrictions of AD Groups
Hello. You should use the classes of System.DirectoryServices.Accountmanagement for such an objective: // Obtem o contexto do domínio PrincipalContext ctx = new PrincipalContext(ContextType.Domain,…
-
0
votes2
answers263
viewsA: Permissions according to groups of AD
Hello. You should use the classes of System.DirectoryServices.Accountmanagement for such a purpose: // Obtem o contexto do domínio PrincipalContext ctx = new PrincipalContext(ContextType.Domain,…
-
0
votes2
answers1978
viewsA: Textview - Leave only one word in Bold
Dude, I don’t think there’s any way to change the style of just one word inside the text view. When you set the property it will put all the component text in this format. Couldn’t you just use two…