Results 1 to 3 of 3

Thread: How to make SW_visible invisible ?

  1. #1
    Join Date
    Feb 2009
    Posts
    48

    How to make SW_visible invisible ?

    I want to make a ws_visible invisible. For this, I tried removing the ws_visible from the resource file. Also, processing WM_INITDIALOG and ShowWindow or SetWindowLong. But nothing seems to be helping....

    Can anyone please help......

  2. #2
    Join Date
    May 2008
    Posts
    2,389

    Re: How to make SW_visible invisible ?

    follow the instructions below -

    - do not use the styles, use a call to ShowWindow().

    - you cannot do it from onInitDialog() (it's possible but it's not recommended).

    The dialog is invisible at that time anyways, but later on it is shown, so you must "hit" it later on.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Re: How to make SW_visible invisible ?

    I was also facing the similar issue, instead of making show window invisible, it was being visible. That's because I did not update the changes. Here's what I did then -

    myControl.ShowWindow(SW_HIDE);
    UpdateWindow();

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 a window invisible ?
    By Demetrius in forum Customize Desktop
    Replies: 2
    Last Post: 22-04-2009, 12:14 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,713,988,351.52074 seconds with 16 queries