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. Modify tooltip - Mouse over file (.xml)

Modify tooltip - Mouse over file (.xml)

Scheduled Pinned Locked Moved C / C++ / MFC
c++linuxxmlquestion
4 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.
  • A Offline
    A Offline
    AeJai
    wrote on last edited by
    #1

    I am developing an application that saves files as different file types. I am concerned with the .XML. How do you modify the tooltip when the operator hovers his/her mouse over the file if the file type is .XML? The XML document is defaulted to display the type, date modified, and size in the infotip (tooltip). Is there any programming I can do using C++/MFC to modify these contents? I have been told look into using shell scripting, but this application is to be installed on other machines with Windows XP.

    C 1 Reply Last reply
    0
    • A AeJai

      I am developing an application that saves files as different file types. I am concerned with the .XML. How do you modify the tooltip when the operator hovers his/her mouse over the file if the file type is .XML? The XML document is defaulted to display the type, date modified, and size in the infotip (tooltip). Is there any programming I can do using C++/MFC to modify these contents? I have been told look into using shell scripting, but this application is to be installed on other machines with Windows XP.

      C Offline
      C Offline
      carrivick
      wrote on last edited by
      #2

      What context is the user hovering over the file in Explorer or in you own application ?

      A 1 Reply Last reply
      0
      • C carrivick

        What context is the user hovering over the file in Explorer or in you own application ?

        A Offline
        A Offline
        AeJai
        wrote on last edited by
        #3

        Explorer

        C 1 Reply Last reply
        0
        • A AeJai

          Explorer

          C Offline
          C Offline
          carrivick
          wrote on last edited by
          #4

          You need a shell extension http://www.codeproject.com/shell/shellextguide1.asp[^] Look for code with with QueryInfo handler (shell version 4.71+)

          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