Click here to Skip to main content
15,892,298 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Finding the group a user is in [modified] Pin
Marcus J. Smith13-Feb-07 7:43
professionalMarcus J. Smith13-Feb-07 7:43 
QuestionRe: Finding the group a user is in Pin
KreativeKai13-Feb-07 8:05
professionalKreativeKai13-Feb-07 8:05 
AnswerRe: Finding the group a user is in Pin
Marcus J. Smith13-Feb-07 8:45
professionalMarcus J. Smith13-Feb-07 8:45 
GeneralRe: Finding the group a user is in Pin
KreativeKai13-Feb-07 8:49
professionalKreativeKai13-Feb-07 8:49 
GeneralRe: Finding the group a user is in Pin
Marcus J. Smith13-Feb-07 8:54
professionalMarcus J. Smith13-Feb-07 8:54 
GeneralRe: Finding the group a user is in Pin
KreativeKai13-Feb-07 9:05
professionalKreativeKai13-Feb-07 9:05 
GeneralRe: Finding the group a user is in Pin
KreativeKai13-Feb-07 9:22
professionalKreativeKai13-Feb-07 9:22 
QuestionRe: Finding the group a user is in Pin
KreativeKai16-Feb-07 3:41
professionalKreativeKai16-Feb-07 3:41 
Thanks, the information you posted was very helpful. I have one more question since you said you use this syntax in many of your projects, you might have ran into this problem.

My network properties show me as a member of several groups. The IsInRole syntax works fine with groups that do not have a space in the name. If the group has a space the syntax is false. I'm a member of both ITS_Team and ITS Programming, but the only message box that is displayed in the logic below is the ITS_Team message box. Is there a workaround if the group has a space or is this a Microsoft enhancement? Laugh | :laugh:

If My.User.IsInRole("ITS Programming") Then
MsgBox("Client (" & My.User.Name & ") is a member of ITS Programming")
End If
If My.User.IsInRole("ITS_Team") Then
MsgBox("Client (" & My.User.Name & ") is a member of ITS_Team")
End If

Lost in the vast sea of .NET

AnswerRe: Finding the group a user is in Pin
Marcus J. Smith18-Feb-07 4:17
professionalMarcus J. Smith18-Feb-07 4:17 
Questionhow can multiple users open VB>NET application? Pin
7prince13-Feb-07 6:23
7prince13-Feb-07 6:23 
QuestionRe: how can multiple users open VB>NET application? Pin
KreativeKai13-Feb-07 7:03
professionalKreativeKai13-Feb-07 7:03 
AnswerRe: how can multiple users open VB>NET application? Pin
7prince13-Feb-07 7:39
7prince13-Feb-07 7:39 
GeneralRe: how can multiple users open VB>NET application? Pin
Marcus J. Smith13-Feb-07 9:53
professionalMarcus J. Smith13-Feb-07 9:53 
GeneralRe: how can multiple users open VB>NET application? Pin
7prince13-Feb-07 10:36
7prince13-Feb-07 10:36 
GeneralRe: how can multiple users open VB>NET application? Pin
Marcus J. Smith14-Feb-07 3:01
professionalMarcus J. Smith14-Feb-07 3:01 
Question[VB6]ByteFX Mysql Connection Pin
djnevs13-Feb-07 4:53
djnevs13-Feb-07 4:53 
QuestionAddition Operation with Access DB Column Pin
Jason Baggett13-Feb-07 4:34
Jason Baggett13-Feb-07 4:34 
AnswerRe: Addition Operation with Access DB Column Pin
Kschuler13-Feb-07 5:30
Kschuler13-Feb-07 5:30 
GeneralRe: Addition Operation with Access DB Column Pin
Jason Baggett13-Feb-07 6:26
Jason Baggett13-Feb-07 6:26 
GeneralRe: Addition Operation with Access DB Column Pin
Kschuler13-Feb-07 7:44
Kschuler13-Feb-07 7:44 
GeneralRe: Addition Operation with Access DB Column Pin
Jason Baggett13-Feb-07 8:01
Jason Baggett13-Feb-07 8:01 
GeneralRe: Addition Operation with Access DB Column Pin
Kschuler13-Feb-07 8:07
Kschuler13-Feb-07 8:07 
GeneralRe: Addition Operation with Access DB Column Pin
Jason Baggett13-Feb-07 8:20
Jason Baggett13-Feb-07 8:20 
QuestionList View Help needed. Pin
sandipan.neogi@gmail.com13-Feb-07 4:30
sandipan.neogi@gmail.com13-Feb-07 4:30 
QuestionUpdating Live Pin
Situnes13-Feb-07 3:59
Situnes13-Feb-07 3:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.