Computer Learning Zone CLZ Access Excel Word Windows

You can't make a deal if you're dead.

-125th Rule of Acquisition
 
Home   Courses   Templates   Seminars   TechHelp   Forums   Help   Contact   Join   Order   Logon  
 
Tips & Tricks

New Tips Added Weekly!
Click here to get on our Mailing List

   
 
HTA

Expert - Level 1

User

Want to show the Current User on the Form?

	Sub GetUserName()
		Set WshNetwork = CreateObject("WScript.Network")
		'Now simply grab the user's windows loginID and 
		'save to variable GetUser to use later in pasting
		Dim GetUser
		GetUser = WshNetwork.UserName 
		Set WshNetwork = Nothing
		user.innerHTML = "<p>" & GetUser & "</p>"
	End Sub
	
	<div id="user">
		<script Language="VBScript">
			GetUserName()
		</script>
	</div>
	

User HTA

You can then use this value to update logs in a db etc.


Sample Files
User.hta


Index: Index | Next Lesson: Expert Level 2

 

Alex Hedley (Avatar) By: Alex Hedley


Click here to sign up for more FREE tips

 

 

 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2023 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 12/8/2023 3:00:45 AM.