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. Taskbarnotifier

Taskbarnotifier

Scheduled Pinned Locked Moved C / C++ / MFC
helpc++tutorial
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.
  • V Offline
    V Offline
    vicky00000
    wrote on last edited by
    #1

    Trying to make a small notification window in vc++ , like you might know from Firefox (download finished) or Thunderbird (new emails). My problem is that when I show it and the main form(Parent window) is also poped with nitification window.... How to prevent this Pls help me.............

    N A N 3 Replies Last reply
    0
    • V vicky00000

      Trying to make a small notification window in vc++ , like you might know from Firefox (download finished) or Thunderbird (new emails). My problem is that when I show it and the main form(Parent window) is also poped with nitification window.... How to prevent this Pls help me.............

      N Offline
      N Offline
      Nelek
      wrote on last edited by
      #2

      I'm not sure but I think this is because when you intercepthe message you use to show the dialog box it gives automatically the focus to your application and your CFormView is shown as consequence. Maybe you can made something like ParentView.SetFocus (FALSE) or ParentWidnow.ShowWindow (FALSE) at the beggining of your code, and the opposite when you re-need it.

      Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

      1 Reply Last reply
      0
      • V vicky00000

        Trying to make a small notification window in vc++ , like you might know from Firefox (download finished) or Thunderbird (new emails). My problem is that when I show it and the main form(Parent window) is also poped with nitification window.... How to prevent this Pls help me.............

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

        have a look http://www.codeguru.com/Cpp/controls/statusbar/article.php/c5937/ Ashish K

        1 Reply Last reply
        0
        • V vicky00000

          Trying to make a small notification window in vc++ , like you might know from Firefox (download finished) or Thunderbird (new emails). My problem is that when I show it and the main form(Parent window) is also poped with nitification window.... How to prevent this Pls help me.............

          N Offline
          N Offline
          Nishad S
          wrote on last edited by
          #4

          As per my understanding you might have been using a popup window/dialog. If so give the parent window as desktop. Use GetDesktopWindow API

          - NS -

          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