Me and a friends a making a download program (eg. Gozilla, Get Right) and i cant work out how to caputure the IE download click I know there is a event that gets called before it is open can can anybody help me out?
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
ShellExecute(hwnd, "Open"...
Try this mate
recordset field = Empty
Empty:
Variant is uninitialized. Value is 0 for numeric variables or a zero-length string ("") for string variables.
-------------------------------------------------------
Visual Source Programming
http://visualsourceprogramming.vze.com/
From what i no i dont think i can
but u could download the page then search though the source
----------------------------------------
Visual Source Programming
http://visualsourceprogramming.vze.com/
You need to explane abit more mate
is the password entry in your app?
if it is you could try somthing like this:
Private Sub Form_Load()
Timer1.Enabled = True
End Sub
Private Sub Command1_Click()
If Text1.Text = "MyPassword" Then
Timer1.Enabled = False
'Your Event You...
Hey im making a webbrowsers and when u right click on a link and go open in a new window is there any way on making it open in another form and not your default browser?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.