|
-
Jul 10th, 2007, 10:26 AM
#1
Thread Starter
Member
Wahhhhh..... Run Time error '-2(ffffffe)'..
i installed IE7 in my computer.. i used the shdocvw.dll as the internet control instead of using ieframe.dll..
while running the code.. this run time error appeared..
Run Time error '-2(ffffffe)'..
why is this one appeared?! help.. thnx..
what can i do to get rid of it?! pls help.. thnx..
-
Jul 10th, 2007, 10:40 AM
#2
Re: Wahhhhh..... Run Time error '-2(ffffffe)'..
 Originally Posted by GuReiSu
while running the code..
While running what code?
-
Jul 10th, 2007, 10:51 AM
#3
Thread Starter
Member
Re: Wahhhhh..... Run Time error '-2(ffffffe)'..
its a source code of a webbrowser... i want to determine if that site is encrypted or not.. im sorry but im a newbie in this one..
-
Jul 10th, 2007, 11:17 AM
#4
Re: Wahhhhh..... Run Time error '-2(ffffffe)'..
 Originally Posted by GuReiSu
its a source code of a webbrowser...
Presumably, you wrote this source code in your webbrowser, right?
On what line of the source code does the error occur?
-
Jul 10th, 2007, 11:23 AM
#5
Thread Starter
Member
Re: Wahhhhh..... Run Time error '-2(ffffffe)'..
Private Sub WebBrowser1_NavigateComplete2(ByVal pDisp As Object, URL As Variant)
Combo1.Text = WebBrowser1.LocationURL
Me.Caption = WebBrowser1.LocationName
If InStr(1, Combo1.Text, "https", vbTextCompare)
Combo1.BackColor = vbRed
lblen.ForeColor = vbRed
lblen.Caption = "Encrypted site"
Else
Combo1.BackColor = vbWhite
lblen.ForeColor = vbWhite
lblen.Caption = "Not encrypted"
End If
End Sub
-
Jul 10th, 2007, 11:27 AM
#6
Re: Wahhhhh..... Run Time error '-2(ffffffe)'..
What, specific, line does it blow up on, and what is the error message?
-
Jul 10th, 2007, 07:01 PM
#7
Thread Starter
Member
Re: Wahhhhh..... Run Time error '-2(ffffffe)'..
Combo1.Text = WebBrowser1.LocationURL
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|