Apr 3, 2006 #1 dja1 Programmer Apr 24, 2002 65 GB As above, is there a method of finding out the NT userid while executing a VB6 App.?
Apr 3, 2006 1 #2 Hypetia Programmer Feb 26, 2003 1,279 US See the following. faq222-429 thread222-542981 Upvote 0 Downvote
Apr 3, 2006 Thread starter #3 dja1 Programmer Apr 24, 2002 65 GB Hypetia Thank you very much. I did search the FAQ's - must have used incorrect search criteria. Upvote 0 Downvote
Apr 3, 2006 #4 Hypetia Programmer Feb 26, 2003 1,279 US Many thanks for the star. It would be really nice if you give thanks to the actual contributors; by rating the FAQ as good or by marking DrJavaJoe's post helpful. I did not actually provide you the solution, I just pointed you to it. Upvote 0 Downvote
Many thanks for the star. It would be really nice if you give thanks to the actual contributors; by rating the FAQ as good or by marking DrJavaJoe's post helpful. I did not actually provide you the solution, I just pointed you to it.
Apr 3, 2006 #5 dilettante MIS Apr 13, 2001 4,475 US There is also of course: [tt]sUser = CreateObject("WScript.Network").UserName[/tt] Upvote 0 Downvote