User Profile
Collapse
-
You may also want to try just using the maskedtextbox control instead of the textbox. This control has a mask property that you can customize to only allow numeric input, zip code/ telephone number formats, etc. -
The authoratative voice on all VBScripting issues has to be the Windows 2000 Scripting Guide. I paid good money for my copy and now they are making it free to view online at:
http://www.microsoft.com/technet/scr....mspx?mfr=true
If you remove everying to the right of scriptcenter on the above URL you will land at the Microsoft Scripcenter and have countless columns, webcasts etc for learning VBS...Leave a comment:
-
The property you need to read to determine whether an account is disabled is the User-Account-Control field:
http://msdn.microsoft.com/library/de...untcontrol.asp
This is a bitmask that will contain a 2 if the account is disabled -- you can find information on how a bitmask works in this article by the MS scripting guys:
http://www.microsoft.com/technet/te...Leave a comment:
No activity results to display
Show More
Leave a comment: