Hmm,

when I make a fullscreen window (GAPI) and tip the bottom border, I
can see the SIP flickering below - I must have opened it. But I
disabled it with ShFullscreen API. Any ideas?

--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}

Re: fullscreen problem by TJ

TJ
Mon May 30 23:34:44 CDT 2005

I have found that I need to set a timer with the SHFullScreen call to
ensure it stays hidden.

Gernot Frisch wrote:
> Hmm,
>
> when I make a fullscreen window (GAPI) and tip the bottom border, I
> can see the SIP flickering below - I must have opened it. But I
> disabled it with ShFullscreen API. Any ideas?
>

Re: fullscreen problem by Gernot

Gernot
Tue May 31 01:56:40 CDT 2005


"TJ" <someone@somewhere.com> schrieb im Newsbeitrag
news:m-idnXTJe8P5dAbfRVn-vg@midco.net...
>I have found that I need to set a timer with the SHFullScreen call to
>ensure it stays hidden.

Yuck!
thank you,

-Gernot



Re: fullscreen problem by r_z_aret

r_z_aret
Wed Jun 01 23:06:46 CDT 2005

On Mon, 30 May 2005 23:34:21 -0500, TJ <someone@somewhere.com> wrote:

>I have found that I need to set a timer with the SHFullScreen call to
>ensure it stays hidden.

I've never had problems keeping the SIP hidden.

The SIP button is another issue. I essentially gave up; I either let
it show in the Task Bar or use ShowWindow to hide the TaskBar
completely.

I'm using eVC and straight Win32 (no MFC).


>
>Gernot Frisch wrote:
>> Hmm,
>>
>> when I make a fullscreen window (GAPI) and tip the bottom border, I
>> can see the SIP flickering below - I must have opened it. But I
>> disabled it with ShFullscreen API. Any ideas?
>>

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
500 Harrison Ave., Suite 3R
Boston, MA 02118
www.penfact.com

Re: fullscreen problem by TJ

TJ
Fri Jun 03 23:52:57 CDT 2005

Yeah I was kinda referring to them as one in the same but getting rid of
the SIP combobox will get rid of accidently showing the SIP. ;)

r_z_aret@pen_fact.com wrote:
> On Mon, 30 May 2005 23:34:21 -0500, TJ <someone@somewhere.com> wrote:
>
>
>>I have found that I need to set a timer with the SHFullScreen call to
>>ensure it stays hidden.
>
>
> I've never had problems keeping the SIP hidden.
>
> The SIP button is another issue. I essentially gave up; I either let
> it show in the Task Bar or use ShowWindow to hide the TaskBar
> completely.
>
> I'm using eVC and straight Win32 (no MFC).
>
>
>
>>Gernot Frisch wrote:
>>
>>>Hmm,
>>>
>>>when I make a fullscreen window (GAPI) and tip the bottom border, I
>>>can see the SIP flickering below - I must have opened it. But I
>>>disabled it with ShFullscreen API. Any ideas?
>>>
>
>
> -----------------------------------------
> To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
>
> Robert E. Zaret, eMVP
> PenFact, Inc.
> 500 Harrison Ave., Suite 3R
> Boston, MA 02118
> www.penfact.com