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. FlashWindowEx useage

FlashWindowEx useage

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
4 Posts 4 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.
  • M Offline
    M Offline
    minkowski
    wrote on last edited by
    #1

    Hi, I am trying to use this function CWnd::FlashWindowEx() in my CMainFrm class but it cannot compile returning the error error C2065: 'FlashWindowEx' : undeclared identifier However, if I use CWnd::FlashWindow() It is ok. Does anyone know why the call to CWnd::FlashWindow() does not work ? Thanks. ps I have ommitted the arguements in this post.

    C M H 3 Replies Last reply
    0
    • M minkowski

      Hi, I am trying to use this function CWnd::FlashWindowEx() in my CMainFrm class but it cannot compile returning the error error C2065: 'FlashWindowEx' : undeclared identifier However, if I use CWnd::FlashWindow() It is ok. Does anyone know why the call to CWnd::FlashWindow() does not work ? Thanks. ps I have ommitted the arguements in this post.

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

      Maybe you have an old version of MFC (for instance, VS6 MFC doesn't have the CWnd::FlashWindowEx method while it has the CWnd::FlashWindow one). As workaround, try to use the Win32 FlashWindowEx function. :)

      If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.

      1 Reply Last reply
      0
      • M minkowski

        Hi, I am trying to use this function CWnd::FlashWindowEx() in my CMainFrm class but it cannot compile returning the error error C2065: 'FlashWindowEx' : undeclared identifier However, if I use CWnd::FlashWindow() It is ok. Does anyone know why the call to CWnd::FlashWindow() does not work ? Thanks. ps I have ommitted the arguements in this post.

        M Offline
        M Offline
        Michael Dunn
        wrote on last edited by
        #3

        See the FAQ: 2.2 I'm trying to call a Windows API, but the compiler gives an undeclared identifier error (C2065). Why?[^]

        --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

        1 Reply Last reply
        0
        • M minkowski

          Hi, I am trying to use this function CWnd::FlashWindowEx() in my CMainFrm class but it cannot compile returning the error error C2065: 'FlashWindowEx' : undeclared identifier However, if I use CWnd::FlashWindow() It is ok. Does anyone know why the call to CWnd::FlashWindow() does not work ? Thanks. ps I have ommitted the arguements in this post.

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

          Whats your compiler?


          WhiteSky


          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