Results 1 to 7 of 7

Thread: Wahhhhh..... Run Time error '-2(ffffffe)'..

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2007
    Posts
    54

    Unhappy 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..

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Wahhhhh..... Run Time error '-2(ffffffe)'..

    Quote Originally Posted by GuReiSu
    while running the code..
    While running what code?

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2007
    Posts
    54

    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..

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Wahhhhh..... Run Time error '-2(ffffffe)'..

    Quote 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?

  5. #5

    Thread Starter
    Member
    Join Date
    Mar 2007
    Posts
    54

    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

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Wahhhhh..... Run Time error '-2(ffffffe)'..

    What, specific, line does it blow up on, and what is the error message?

  7. #7

    Thread Starter
    Member
    Join Date
    Mar 2007
    Posts
    54

    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
  •  



Click Here to Expand Forum to Full Width