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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Baloon ToolTips in Task Basr

Baloon ToolTips in Task Basr

Scheduled Pinned Locked Moved C / C++ / MFC
helpcsharpvisual-studiotoolstutorial
7 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.
  • Z Offline
    Z Offline
    zubair_ahmed
    wrote on last edited by
    #1

    I have win200box with vc6sp5, but i am not gettin compiled an application which uses Baloon Tools tips, the errors i am getting are like. error C2039: 'szInfo' : is not a member of '_NOTIFYICONDATAA' c:\program files\microsoft visual studio\vc98\include\shellapi.h(500) : see declaration of '_NOTIFYICONDATAA' The dlls have been updated by service pack but not the header files, this is the main cause i think, How to solve this issue? Thanx In Advance

    Z.A

    H W 2 Replies Last reply
    0
    • Z zubair_ahmed

      I have win200box with vc6sp5, but i am not gettin compiled an application which uses Baloon Tools tips, the errors i am getting are like. error C2039: 'szInfo' : is not a member of '_NOTIFYICONDATAA' c:\program files\microsoft visual studio\vc98\include\shellapi.h(500) : see declaration of '_NOTIFYICONDATAA' The dlls have been updated by service pack but not the header files, this is the main cause i think, How to solve this issue? Thanx In Advance

      Z.A

      H Offline
      H Offline
      Hamid Taebi
      wrote on last edited by
      #2

      whats szInfo type?

      _**


      **_

      WhiteSky


      Z 1 Reply Last reply
      0
      • Z zubair_ahmed

        I have win200box with vc6sp5, but i am not gettin compiled an application which uses Baloon Tools tips, the errors i am getting are like. error C2039: 'szInfo' : is not a member of '_NOTIFYICONDATAA' c:\program files\microsoft visual studio\vc98\include\shellapi.h(500) : see declaration of '_NOTIFYICONDATAA' The dlls have been updated by service pack but not the header files, this is the main cause i think, How to solve this issue? Thanx In Advance

        Z.A

        W Offline
        W Offline
        Waldermort
        wrote on last edited by
        #3

        try adding #define _WIN32_IE 0x0500 to your stdafx.h header file, before you include any other headers. According to MSDN some members of the structure are only supported in version 5.0 and later of shell32.dll, but it doesn't say which members.

        Z 1 Reply Last reply
        0
        • W Waldermort

          try adding #define _WIN32_IE 0x0500 to your stdafx.h header file, before you include any other headers. According to MSDN some members of the structure are only supported in version 5.0 and later of shell32.dll, but it doesn't say which members.

          Z Offline
          Z Offline
          zubair_ahmed
          wrote on last edited by
          #4

          Problem Persists.

          Z.A

          W 1 Reply Last reply
          0
          • H Hamid Taebi

            whats szInfo type?

            _**


            **_

            WhiteSky


            Z Offline
            Z Offline
            zubair_ahmed
            wrote on last edited by
            #5

            error C2039: 'szInfo' : is not a member of '_NOTIFYICONDATAA' c:\program files\microsoft visual studio\vc98\include\shellapi.h(500) : see declaration of '_NOTIFYICONDATAA' error C2039: 'szInfoTitle' : is not a member of '_NOTIFYICONDATAA' etc etc.

            Z.A

            H 1 Reply Last reply
            0
            • Z zubair_ahmed

              error C2039: 'szInfo' : is not a member of '_NOTIFYICONDATAA' c:\program files\microsoft visual studio\vc98\include\shellapi.h(500) : see declaration of '_NOTIFYICONDATAA' error C2039: 'szInfoTitle' : is not a member of '_NOTIFYICONDATAA' etc etc.

              Z.A

              H Offline
              H Offline
              Hamid Taebi
              wrote on last edited by
              #6

              I using in vs2003 without problem but see here[^] maybe it is some helpful to you

              _**


              **_

              WhiteSky


              1 Reply Last reply
              0
              • Z zubair_ahmed

                Problem Persists.

                Z.A

                W Offline
                W Offline
                Waldermort
                wrote on last edited by
                #7

                In that case you might want to open shellapi.h and check if there are any restrictions on using the structure.

                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