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. SetWindowsHookEx to modify GetSaveFileName

SetWindowsHookEx to modify GetSaveFileName

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.
  • P Offline
    P Offline
    Patcher32
    wrote on last edited by
    #1

    I want to modify MSPaint's Save file dialog's default file type to JPG using SetWindowsHookEx In the hook function what message should I look for to get at GetSaveFileName?

    L 1 Reply Last reply
    0
    • P Patcher32

      I want to modify MSPaint's Save file dialog's default file type to JPG using SetWindowsHookEx In the hook function what message should I look for to get at GetSaveFileName?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Patcher32 wrote:

      I want to modify MSPaint's Save file dialog's default file type to JPG using SetWindowsHookEx

      I don't know that you can hook into another program without replacing a dll that is used by the application. And even if you did, you still need to figure out what message MSPaint uses to signal File Save. However, if you do figure out how to do this I would be very interested in the solution.

      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