CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2001
    Posts
    2

    How to I get IE's events.

    How to I get the IE's events(e.g. WM_CLOSE) in ActiveX Control.
    That contol is wrote with Visual Basic 6.0

    Thanks for your help.


  2. #2
    Join Date
    Oct 2001
    Posts
    15

    Re: How to I get IE's events.

    have you used the withevents when declaring an object?? try it.


  3. #3
    Join Date
    Oct 2001
    Posts
    2

    Re: How to I get IE's events.

    Thanks for your reply.

    I already to do that.
    ---------------
    Dim withevents IE As InternetExplore
    Set IE = Usercontrol.Parent
    ---------------

    But It occured compile error..
    Please give a detailed account to me.

    I'll look forward to your reply


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