|
OK this is what i have so far
Public Function Find_DownloadWindow() As Long
Find_DownloadWindow = FindWindow("#32700(Dialog)", vbNullString)
End Function
Thats in the module
and the #37200(Dialog) is the Download Dialog window Class
So how i get it to show Form1 to ask for password?
|