Skip to content

brad

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Internet Explorer_Server Class #186403
    brad
    Member

    This is fantastic. I’ve been trying to figure this out for weeks, and you found both the .NET and VB6 code. amazing.

    All that you need to get this code going is this:

    Dim html As HTMLDocument
    html = IEDOMFromhWnd(hwnd)
    MsgBox(html.body.innerText)

    OKAY, so… any idea how to get the list of chatroom members? I started a new thread

Viewing 1 post (of 1 total)