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. About Cursor blinking : Plz Help

About Cursor blinking : Plz Help

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorial
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
    parims
    wrote on last edited by
    #1

    I developed an application ,In which it popup messages to a respective time. I used OnTimer() function ., When I move my mouse cursor on to the application , It starts blinking. How to avoid this Blinking. Plz reply urgently. Praveen Chowdam Kumar

    K 1 Reply Last reply
    0
    • P parims

      I developed an application ,In which it popup messages to a respective time. I used OnTimer() function ., When I move my mouse cursor on to the application , It starts blinking. How to avoid this Blinking. Plz reply urgently. Praveen Chowdam Kumar

      K Offline
      K Offline
      khan
      wrote on last edited by
      #2

      Message boxes are Modal. You must dismiss them if you want to go back to the application. The solution is to create your own "Custom Message Box", which is Modeless, created on-the-fly using Create(IDD_MY_BOX,this); Shown, using ShowWindow(SW_SHOW); etc. Then you can click on the application window also while the message box is present. I hope I understood your question. this is this.

      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