Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Using SendMessage with web pages

Using SendMessage with web pages

Scheduled Pinned Locked Moved C#
questionhelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    How can I determine the handle of a radio box or a button on a webpage? When I tried using Spy++ it only gave me the handle of the page area and this class: 'Internet Explorer_Server'. Can anyone help?:confused: :confused:

    C 1 Reply Last reply
    0
    • A Anonymous

      How can I determine the handle of a radio box or a button on a webpage? When I tried using Spy++ it only gave me the handle of the page area and this class: 'Internet Explorer_Server'. Can anyone help?:confused: :confused:

      C Offline
      C Offline
      Chris Rickard
      wrote on last edited by
      #2

      All of the HTML input controls with the exception of SELECT are Windowless. You cannot use regular Win32 techniques to play with them. :( Rather you have to use MSHTML.

      N 1 Reply Last reply
      0
      • C Chris Rickard

        All of the HTML input controls with the exception of SELECT are Windowless. You cannot use regular Win32 techniques to play with them. :( Rather you have to use MSHTML.

        N Offline
        N Offline
        Neophit
        wrote on last edited by
        #3

        How do I use MSHTML? -Neophit-

        C 1 Reply Last reply
        0
        • N Neophit

          How do I use MSHTML? -Neophit-

          C Offline
          C Offline
          Chris Rickard
          wrote on last edited by
          #4

          If you're really good with COM a quick search of MSDN for MSHTML will bring up all you need to get started. If you aren't all is not lost. You can achieve ~90% of anything you need to do with scripting. If you explain what you're goal is i might be able to come up with a plan for achieving it.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups