Thread: important question!!!

  1. #1
    brita
    Guest

    Unhappy important question!!!

    just 3 questions, I searched all over the net and still has nothing useful, please help!


    1.)where I can learn about running my program on the system tray?

    2.) where I can learn all about richedit control?

    3.) where can I find saddam and osama?


    thanks.

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    1)

    MSDN - Specifically you need to look up NOTIFYICONDATA structure and the function Shell_NotifyIcon. If you need specific help let me know and I'll post some sample code.

    2)

    MSDN - They have some information on this for sure.

    3)

    House of Hell
    "...the results are undefined, and we all know what "undefined" means: it means it works during development, it works during testing, and it blows up in your most important customers' faces." --Scott Meyers

  3. #3
    Addicted to the Internet netboy's Avatar
    Join Date
    Dec 2001
    Posts
    158
    Originally posted by MrWizard
    1) MSDN - Specifically you need to look up NOTIFYICONDATA structure and the function Shell_NotifyIcon. If you need specific help let me know and I'll post some sample code.
    I believe many people would love to see any sample codes on the System Tray thingy...

    Please post some codes! I'd love to learn!
    It's unfulfilled dreams that keep you alive.

    //netboy

  4. #4
    Registered User
    Join Date
    Apr 2003
    Posts
    6
    Answers:

    [list=1][*]Ask MrWizard[*]Ask Someone Else[*]Ask Bush Jr.[/list=1]

  5. #5
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    Here you go. I wrote it pretty quickly so it might look messy. I tryed to comment it well so there wouldn't be much confusion. If you have questions just post them here and I'll answer them.
    "...the results are undefined, and we all know what "undefined" means: it means it works during development, it works during testing, and it blows up in your most important customers' faces." --Scott Meyers

  6. #6
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    does this example include the part the the window is been "minimized" back to the system tray??
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

  7. #7
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    Originally posted by Devil Panther
    does this example include the part the the window is been "minimized" back to the system tray??
    I'm not sure exactly what you are asking. Please re-state.
    "...the results are undefined, and we all know what "undefined" means: it means it works during development, it works during testing, and it blows up in your most important customers' faces." --Scott Meyers

  8. #8
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    ShowWindow( hWnd, SW_HIDE );

    that is what I was looking for, I found it in the code.

    Thanks for giving the code, cya at the next question
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  2. Question about linked lists.
    By cheeisme123 in forum C++ Programming
    Replies: 6
    Last Post: 02-25-2003, 01:36 PM
  3. I have a Question about memory usage for C.
    By bobthefish3 in forum C Programming
    Replies: 34
    Last Post: 12-24-2001, 04:37 PM
  4. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM
  5. Important question
    By irfanmasood in forum C++ Programming
    Replies: 3
    Last Post: 12-16-2001, 08:45 AM