View Single Post
Old Oct 30th, 2005, 10:22 AM   #10
bigguy
Professional Programmer
 
bigguy's Avatar
 
Join Date: Sep 2005
Location: Arkansas
Posts: 298
Rep Power: 0 bigguy is an unknown quantity at this point
Send a message via AIM to bigguy Send a message via MSN to bigguy Send a message via Yahoo to bigguy
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?
bigguy is offline   Reply With Quote