CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2017
    Posts
    4

    Open Web page not message ActiveX

    Hello

    help my

    The same way but by codes

    Internet Options > Security > Custom Level > and Set ActiveX Controls and Plugins to Disable


    Automatic code ?


    Private Sub Command2_Click()
    Dim obj As Object
    Set obj = CreateObject("InternetExplorer.Application")
    obj.Navigate2 App.Path & "\index.htm"
    obj.Visible = True
    End Sub


    Example

    Name:  22.jpg
Views: 223
Size:  23.0 KB

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Open Web page not message ActiveX

    Hi.
    Please post decent error messages in English, so that we can help you better.

  3. #3
    Join Date
    Feb 2017
    Posts
    4

    Re: Open Web page not message ActiveX

    HanneSThEGreaT


    a.zipa.zip

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Open Web page not message ActiveX

    Please, and I am asking again, please tell us what errors you are getting - in English please. Also, do not just add an attachment without saying what you want to do.

    Please. This is an English forum. Help us help you

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

Featured