Thread: how to Auto Minimizing window while processing

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    68

    how to Auto Minimizing window while processing

    Hi everyone,

    Do you guess know how to Auto Minimize window, while processing is going on. Please let me know. I am using MFC Application, VC ++ 6.0.


    THanks
    Pratik
    Last edited by simly01; 04-17-2003 at 10:08 PM.

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    One solution is ShowWindow().

    ShowWindow(hWnd, SW_MINIMIZE);

    Kuphryn

  3. #3
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    Kuphryn he said MFC....
    look at the docs for....

    CWnd::ShowWindow()
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C or C++
    By AcerN30 in forum Game Programming
    Replies: 41
    Last Post: 05-30-2008, 06:57 PM
  2. WM_CAPTION causing CreateWindowEx() to fail.
    By Necrofear in forum Windows Programming
    Replies: 8
    Last Post: 04-06-2007, 08:23 AM
  3. 6 measly errors
    By beene in forum Game Programming
    Replies: 11
    Last Post: 11-14-2006, 11:06 AM
  4. My Window Class
    By Epo in forum Game Programming
    Replies: 2
    Last Post: 07-10-2005, 02:33 PM
  5. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM