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. Send F5 or left arrow message

Send F5 or left arrow message

Scheduled Pinned Locked Moved C / C++ / MFC
question
3 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.
  • T Offline
    T Offline
    Tomaz Rotovnik
    wrote on last edited by
    #1

    Hi What is correct procedure for sending F5 key or left arrow key? SendMesage(hwnd,WM_CHAR,?,?) or SendMesage(hwnd,WM_KEYDOWN,?,?) Tomaz Rotovnik

    G 1 Reply Last reply
    0
    • T Tomaz Rotovnik

      Hi What is correct procedure for sending F5 key or left arrow key? SendMesage(hwnd,WM_CHAR,?,?) or SendMesage(hwnd,WM_KEYDOWN,?,?) Tomaz Rotovnik

      G Offline
      G Offline
      gUrM33T
      wrote on last edited by
      #2

      Tomaz Rotovnik wrote: What is correct procedure for sending F5 key or left arrow key? None of these actually. Use keybd_event WIN32 API function instead. And if you are using Windows 98 or later, use SendInput for this purpose. Gurmeet S. Kochar


      If you believe in God, it's because of the Devil

      T 1 Reply Last reply
      0
      • G gUrM33T

        Tomaz Rotovnik wrote: What is correct procedure for sending F5 key or left arrow key? None of these actually. Use keybd_event WIN32 API function instead. And if you are using Windows 98 or later, use SendInput for this purpose. Gurmeet S. Kochar


        If you believe in God, it's because of the Devil

        T Offline
        T Offline
        Tomaz Rotovnik
        wrote on last edited by
        #3

        Thank you Tomaz Rotovnik

        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