Looking for the get commands (?) for use in automatic logon to IE from NT.
GetUserName and GetPassword.....?.....wish it was that simple.
I will continue to read the help files.
It will then put the allow the following to run without the NT user prompt
for IE username and password.
----------------------------------------------------------------------
Private Declare Function ShellExecute Lib _
"shell32.dll" Alias "ShellExecuteA" _
(ByVal hWnd As Long, ByVal lpOperation _
As String, ByVal lpFile As String, ByVal _
lpParameters As String, ByVal lpDirectory _
As String, ByVal nShowCmd As Long) As Long
Sub Picture186_Click()
ShellExecute 0&, vbNullString, "vbNullString, _
vbNullString, SW_SHOWNORMAL
End Sub
Thanks,
ratman
GetUserName and GetPassword.....?.....wish it was that simple.
I will continue to read the help files.
It will then put the allow the following to run without the NT user prompt
for IE username and password.
----------------------------------------------------------------------
Private Declare Function ShellExecute Lib _
"shell32.dll" Alias "ShellExecuteA" _
(ByVal hWnd As Long, ByVal lpOperation _
As String, ByVal lpFile As String, ByVal _
lpParameters As String, ByVal lpDirectory _
As String, ByVal nShowCmd As Long) As Long
Sub Picture186_Click()
ShellExecute 0&, vbNullString, "vbNullString, _
vbNullString, SW_SHOWNORMAL
End Sub
Thanks,
ratman