windows Login

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Jun 2009
Posts: 27
Reputation: zuve_fox is an unknown quantity at this point 
Solved Threads: 0
zuve_fox zuve_fox is offline Offline
Light Poster

windows Login

 
0
  #1
Jun 15th, 2009
HI..
could u help me,how to Login windows user account using vb.net ?
thanx
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 2,721
Reputation: adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of 
Solved Threads: 498
Moderator
adatapost's Avatar
adatapost adatapost is offline Offline
Posting Maven

Re: windows Login

 
0
  #2
Jun 15th, 2009
Which type of vb.net application are you developing? Is it web or desktop (windows)?
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 27
Reputation: zuve_fox is an unknown quantity at this point 
Solved Threads: 0
zuve_fox zuve_fox is offline Offline
Light Poster

Re: windows Login

 
0
  #3
Jun 15th, 2009
Originally Posted by adatapost View Post
Which type of vb.net application are you developing? Is it web or desktop (windows)?
Thanx for your reply
i use desktop vb.net(windows).
thanx
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 124
Reputation: thewebhostingdi has a little shameless behaviour in the past 
Solved Threads: 11
thewebhostingdi thewebhostingdi is offline Offline
Junior Poster

Re: windows Login

 
0
  #4
Jun 16th, 2009
Unlike, windows services, windows applications need user to be logged on before it can be run. So, I think it is not possible to log on the user using vb.net windows applications.

If you are just looking for windows user management using vb.net windows app then it is possible.
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 27
Reputation: zuve_fox is an unknown quantity at this point 
Solved Threads: 0
zuve_fox zuve_fox is offline Offline
Light Poster

Re: windows Login

 
0
  #5
Jun 16th, 2009
Originally Posted by thewebhostingdi View Post
Unlike, windows services, windows applications need user to be logged on before it can be run. So, I think it is not possible to log on the user using vb.net windows applications.

If you are just looking for windows user management using vb.net windows app then it is possible.
thanx.
I think,that application i put on startup.so every turn on computer,this application auto login windows. no need to insert username n password again
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 4
Reputation: Micheal_2009 is an unknown quantity at this point 
Solved Threads: 1
Micheal_2009 Micheal_2009 is offline Offline
Newbie Poster

Re: windows Login - Regedit Way

 
0
  #6
Jun 18th, 2009
Originally Posted by zuve_fox View Post
thanx.
I think,that application i put on startup.so every turn on computer,this application auto login windows. no need to insert username n password again
There is a regedit way to do it goto Start>Run> then Regedit then goto HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Then add a String Value called DefaultUserName
Setting for String is:[Enter the account name to be automatically logged on]

Then add another String Value Called DefaultPassword
Setting for String is: [Enter the account password]

Then restart
Last edited by Micheal_2009; Jun 18th, 2009 at 1:03 pm.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the VB.NET Forum
Thread Tools Search this Thread



Tag cloud for VB.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC