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 / C++ / MFC
  4. Spy++ can not capture message of this window

Spy++ can not capture message of this window

Scheduled Pinned Locked Moved C / C++ / MFC
question
2 Posts 2 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.
  • S Offline
    S Offline
    Shawn Ning
    wrote on last edited by
    #1

    Under Windows 2000, you type "net send %computername% 12345" in Command Prompt. This will create a Messagebox titled "Messagener service". I can not log the message of this window. Nothing will display. Why? the process of this window is "CSRSS", which is a kernal process I believe, Is that the reason I can see its message? What I want to do is send message to this window to simulate a mouse click on the OK button. SendMessage(hwnd, WM_COMMAND, 1, 0); I tried SendMessage, PostMessage, PostThreadMessage and Send NotifyMessage, none of them work! Please

    H 1 Reply Last reply
    0
    • S Shawn Ning

      Under Windows 2000, you type "net send %computername% 12345" in Command Prompt. This will create a Messagebox titled "Messagener service". I can not log the message of this window. Nothing will display. Why? the process of this window is "CSRSS", which is a kernal process I believe, Is that the reason I can see its message? What I want to do is send message to this window to simulate a mouse click on the OK button. SendMessage(hwnd, WM_COMMAND, 1, 0); I tried SendMessage, PostMessage, PostThreadMessage and Send NotifyMessage, none of them work! Please

      H Offline
      H Offline
      HPSI
      wrote on last edited by
      #2

      That is curious. However, a quick test to send WM_GETFONT shows that the window is responding. What happens if you send a mouse click to the window's button? Or you could also try to send a WM_SETFONT to the window to see if it does anything. HPS HwndSpy - GUI developer's aid to visually locate and inspect windows. For the month of August only, use coupon code CP-81239 for 30% off.

      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