Search:

Type: Posts; User: OneMan

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    3,321

    So nobody has any idea why the...

    So nobody has any idea why the minimize/maximize/close buttons aren't sending the message like they are documented to??

    Also I was wondering if CreateProcess is a slow option? I'm having people...
  2. Replies
    10
    Views
    3,321

    Oh I don't know, I got this off msdn, about...

    Oh I don't know, I got this off msdn, about WM_SYSCOMMAND



    So I don't know why it didn't work. The minimize/maximize/close buttons don't appear to be sending a SYSCOMMAND.
  3. Replies
    10
    Views
    3,321

    I'm not sure you understood what I said in my...

    I'm not sure you understood what I said in my last post. That part works, I have successfully intercepted the call to close when it is done via the system menu. It worked with both versions of that...
  4. Replies
    10
    Views
    3,321

    Ok, I've found this example...

    Ok, I've found this example http://www.codeproject.com/useritems/MinimizedAnyWindowToTray.asp

    And I've modified this part, it intercepts all command messages so I can process my own.


    LRESULT...
  5. Replies
    10
    Views
    3,321

    My app is called SunTray find here...

    My app is called SunTray find here
    Basically it allows Mozilla Sunbird, a calendar program, to be minimized to the System Tray. If Sunbird is minimized I hide it, and users use the system tray icon...
  6. Replies
    10
    Views
    3,321

    Hmmm, seems the way to go is using HHOOK, anybody...

    Hmmm, seems the way to go is using HHOOK, anybody familiar with this?
    woops, didn't see the above post

    Basically what I want to do is instead of closing the program I want to hide it. I'd like to...
  7. Replies
    10
    Views
    3,321

    Intercept Close Message?

    Hi, just found these forums, hopefully the start of a long, loving relationship.

    Anyway, in a c++ program I've written I start up an external application using CreateProcess, anyway that all works...
Results 1 to 7 of 8