Results 1 to 3 of 3

Thread: How to make a window invisible ?

  1. #1
    Join Date
    Feb 2009
    Posts
    123

    How to make a window invisible ?

    hello,

    I want to ask how can I make a window in a command prompt invisible ? or the minimized window in the taskbar invisible ?
    Does anybody have an information about this....kindly post your ideas

    thanks a lot

  2. #2
    Dr. V Guest

    Re: How to make a window invisible ?

    The solution is to use a wrapper utility to launch your program.
    I can send you binaries of a program but maybe you prefer a source code.

    If you have acces to a C compiler use the following code:

    Code:
    #include 
    #include 
    
    
    int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
    {
    MSG msg;
    
    char prog[] = "my_prog.exe";
    
    WinExec(prog, SW_HIDE);
    
    return (msg.wParam);
    }

  3. #3
    Join Date
    May 2008
    Posts
    2,680

    Re: How to make a window invisible ?

    I recommend you to use Hide Window Hotkey.

    Hide Window Hotkey is a utility which allows you to hide the windows, and programs which are running on your screen. It will instantly hide or close all (or some) programs through mouse hotkey or keyboard hotkey. Resize your programs automatically every time they start, such as maximize, minimize, normal, and minimize to tray. Set application windows transparency. Reorder the windows on taskbar based on your choice. Show window property of application.

    Download

Similar Threads

  1. how to make desktop icons invisible in windows 7
    By hariharan_00 in forum Customize Desktop
    Replies: 4
    Last Post: 01-03-2013, 10:52 AM
  2. make hidden files invisible in search of windows 7
    By KamranA in forum Customize Desktop
    Replies: 3
    Last Post: 29-08-2012, 04:39 PM
  3. How to Make Text Invisible in HTML Code?
    By MarceloQuad in forum Software Development
    Replies: 4
    Last Post: 04-02-2010, 06:34 AM
  4. How to make SW_visible invisible ?
    By Balgovind in forum Software Development
    Replies: 2
    Last Post: 18-05-2009, 02:04 PM
  5. How can i Make Folder Invisible or hidden
    By GoldSpot in forum Customize Desktop
    Replies: 5
    Last Post: 17-01-2009, 01:24 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,822,994.24499 seconds with 16 queries