|
-
Aug 6th, 2006, 09:35 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] username-password
hi programmers.
since username and user domain could be displayed 'ToString' is there a code to also reveal the password as string according to the username and domain?
is there also a code for the IP Address to be displayed as string??
-
Aug 6th, 2006, 10:08 PM
#2
Fanatic Member
Re: username-password
I don't think it would be a very good idea to allow any Tom, Dick or Harry with programming abilities access to the user's password...
-
Aug 6th, 2006, 10:13 PM
#3
Fanatic Member
Re: username-password
No, you don't understand... You can't access the user's password because it would be seriously unsafe. Why do you want to access the password anyway? If your program needs the user's password, then provide a facility where they can provide it themselves.
-
Aug 6th, 2006, 10:27 PM
#4
Re: username-password
There is absolutely no reason to be able to read a windows user account password. All you need to do is check if the user is logged on to the current session or if the account is valid.
Please keep remarks and attitudes polite, post deleted.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 7th, 2006, 01:05 AM
#5
Thread Starter
Hyperactive Member
-
Aug 7th, 2006, 01:15 AM
#6
Thread Starter
Hyperactive Member
Re: [RESOLVED] username-password
actually i was wanting to create a login thing with their own pswd and usrname
-
Aug 7th, 2006, 01:22 AM
#7
Re: [RESOLVED] username-password
Well then you would need to create a database to hold the info and then when they run your app you could check it against the proper info for a match.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|