View Single Post
Old Oct 31st, 2005, 2:13 PM   #16
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
So?

Private Sub Form_Load()
Dim lIEFramehwnd As Long
Dim #32770(Dialog) As Long
lIEFramehwnd = FINDWINDOW("IEFrame", vbNullString)
#32770(Dialog) = FindWindowEX("#32770(Dialog)", vbNullString
Form2.Show
End If
End Sub





#32770(Dialog) = Class for Windows Download Dialog box in IE.
__________________
Forgiveness is the fragrance that the violet sheds on the heal that has crushed it. - Mark Twain

Destruction leads to a very rough road, but it also breeds creation.
bigguy is offline   Reply With Quote