Advertisement

Results for "Author: vbhelp"

ASP_Volume3 #51788
Active Directory

This example will do several things. Returns the user’s full name. Allows you to authenticate the users login name and password on the network. And gives you the ability to check to see if a user belongs to a specified group in the active directory. 01. GetUserName - Returns the login user’s FULL name 02. GetUserFirstName - Returns the login user's first name 03. GetUserLastName - Returns the login user’s last name 04. GetUserLoginName - Returns the users login name 05. GetDomainName - Returns the domain name the user is logged on 06. GetComputerName - Returns the computers name 07. AuthenticateUser - Validates the users login name and password 08. GetUserGroups - Returns all the groups the user belongs to in the active directory 09. GetGroupUsers - Returns all the users of a specified group in the active directory 10. ValidateGroupUser - Returns true or false of whether a specified user belongs to a specified group in the active directory

ASP_Volume3 #51789
XP Style Manifest

Create XP Style Controls. Add this bas module to your project and call it with one line of code. The subs will check the user's operating system version to see if there running XP or not. Check to see if a manifest file is already created or not. If one has already been created, it will go through the controls on your form and change the flatstyle property to flatstyle.system if needed. If the maifest file has not already been created, it will create it and then prompt the user to restart the program. Well commented and easy to follow along and understand. Form_Load XpStyle(Me) End Sub

ASP_Volume3 #51790
Full UserName

Small function that will return from windows the users FULL name and not just there login id.

4_2005-2006 #157085
Active Directory

This example will do several things. Returns the user’s full name. Allows you to authenticate the users login name and password on the network. And gives you the ability to check to see if a user belongs to a specified group in the active directory. 01. GetUserName - Returns the login user’s FULL name 02. GetUserFirstName - Returns the login user's first name 03. GetUserLastName - Returns the login user’s last name 04. GetUserLoginName - Returns the users login name 05. GetDomainName - Returns the domain name the user is logged on 06. GetComputerName - Returns the computers name 07. AuthenticateUser - Validates the users login name and password 08. GetUserGroups - Returns all the groups the user belongs to in the active directory 09. GetGroupUsers - Returns all the users of a specified group in the active directory 10. ValidateGroupUser - Returns true or false of whether a specified user belongs to a specified group in the active directory

4_2005-2006 #157086
XP Style Manifest

Create XP Style Controls. Add this bas module to your project and call it with one line of code. The subs will check the user's operating system version to see if there running XP or not. Check to see if a manifest file is already created or not. If one has already been created, it will go through the controls on your form and change the flatstyle property to flatstyle.system if needed. If the maifest file has not already been created, it will create it and then prompt the user to restart the program. Well commented and easy to follow along and understand. Form_Load XpStyle(Me) End Sub

4_2005-2006 #157087
Full UserName

Small function that will return from windows the users FULL name and not just there login id.

5_2007-2008 #179603
Active Directory

This example will do several things. Returns the user’s full name. Allows you to authenticate the users login name and password on the network. And gives you the ability to check to see if a user belongs to a specified group in the active directory. 01. GetUserName - Returns the login user’s FULL name 02. GetUserFirstName - Returns the login user's first name 03. GetUserLastName - Returns the login user’s last name 04. GetUserLoginName - Returns the users login name 05. GetDomainName - Returns the domain name the user is logged on 06. GetComputerName - Returns the computers name 07. AuthenticateUser - Validates the users login name and password 08. GetUserGroups - Returns all the groups the user belongs to in the active directory 09. GetGroupUsers - Returns all the users of a specified group in the active directory 10. ValidateGroupUser - Returns true or false of whether a specified user belongs to a specified group in the active directory

5_2007-2008 #179604
XP Style Manifest

Create XP Style Controls. Add this bas module to your project and call it with one line of code. The subs will check the user's operating system version to see if there running XP or not. Check to see if a manifest file is already created or not. If one has already been created, it will go through the controls on your form and change the flatstyle property to flatstyle.system if needed. If the maifest file has not already been created, it will create it and then prompt the user to restart the program. Well commented and easy to follow along and understand. Form_Load XpStyle(Me) End Sub

5_2007-2008 #179605
Full UserName

Small function that will return from windows the users FULL name and not just there login id.

6_2008-2009 #202121
Active Directory

This example will do several things. Returns the user’s full name. Allows you to authenticate the users login name and password on the network. And gives you the ability to check to see if a user belongs to a specified group in the active directory. 01. GetUserName - Returns the login user’s FULL name 02. GetUserFirstName - Returns the login user's first name 03. GetUserLastName - Returns the login user’s last name 04. GetUserLoginName - Returns the users login name 05. GetDomainName - Returns the domain name the user is logged on 06. GetComputerName - Returns the computers name 07. AuthenticateUser - Validates the users login name and password 08. GetUserGroups - Returns all the groups the user belongs to in the active directory 09. GetGroupUsers - Returns all the users of a specified group in the active directory 10. ValidateGroupUser - Returns true or false of whether a specified user belongs to a specified group in the active directory

6_2008-2009 #202122
XP Style Manifest

Create XP Style Controls. Add this bas module to your project and call it with one line of code. The subs will check the user's operating system version to see if there running XP or not. Check to see if a manifest file is already created or not. If one has already been created, it will go through the controls on your form and change the flatstyle property to flatstyle.system if needed. If the maifest file has not already been created, it will create it and then prompt the user to restart the program. Well commented and easy to follow along and understand. Form_Load XpStyle(Me) End Sub

6_2008-2009 #202123
Full UserName

Small function that will return from windows the users FULL name and not just there login id.

7_2009-2012 #224639
Active Directory

This example will do several things. Returns the user’s full name. Allows you to authenticate the users login name and password on the network. And gives you the ability to check to see if a user belongs to a specified group in the active directory. 01. GetUserName - Returns the login user’s FULL name 02. GetUserFirstName - Returns the login user's first name 03. GetUserLastName - Returns the login user’s last name 04. GetUserLoginName - Returns the users login name 05. GetDomainName - Returns the domain name the user is logged on 06. GetComputerName - Returns the computers name 07. AuthenticateUser - Validates the users login name and password 08. GetUserGroups - Returns all the groups the user belongs to in the active directory 09. GetGroupUsers - Returns all the users of a specified group in the active directory 10. ValidateGroupUser - Returns true or false of whether a specified user belongs to a specified group in the active directory

7_2009-2012 #224640
XP Style Manifest

Create XP Style Controls. Add this bas module to your project and call it with one line of code. The subs will check the user's operating system version to see if there running XP or not. Check to see if a manifest file is already created or not. If one has already been created, it will go through the controls on your form and change the flatstyle property to flatstyle.system if needed. If the maifest file has not already been created, it will create it and then prompt the user to restart the program. Well commented and easy to follow along and understand. Form_Load XpStyle(Me) End Sub

7_2009-2012 #224641
Full UserName

Small function that will return from windows the users FULL name and not just there login id.

Languages
Top Categories
Global Discovery