Re: How to fullscreen a window and eliminate the "CLOSE" button
- From: "Leo" <lma@xxxxxxxxxx>
- Date: Wed, 4 Jan 2006 18:00:02 +0800
CS_NOCLOSE has no effect, CLOSE button still lies there.
why?
"Leo" <lma@xxxxxxxxxx> дÈëÏûÏ¢ÐÂÎÅ:uXE42SREGHA.3528@xxxxxxxxxxxxxxxxxxxxxxx
> CS_NOCLOSE Disables Close on the window menu.
>
>
> which can solve the second question.
> Anyone could help to find the first one?
>
> "Leo" <lma@xxxxxxxxxx> дÈëÏûÏ¢ÐÂÎÅ:%231IX7QREGHA.3820@xxxxxxxxxxxxxxxxxxxxxxx
>> How to create a fullscreen window?
>> Code like the following:
>> hWnd = CreateWindow(szWindowClass, szTitle, WS_VISIBLE,
>> 0, 0, 240, 320, NULL, NULL, hInstance, NULL);
>>
>> Why the title still exists there?
>>
>> Meanwhile, another question, how to eliminate the close button?
>> Sometimes the PPC user click right-top close button to leave my app,
>> How to implement it?
>>
>> Thanks.
>>
>
>
.
- References:
- Prev by Date: Re: How to fullscreen a window and eliminate the "CLOSE" button
- Next by Date: Expanding contacts on windows mobile 2k3SE
- Previous by thread: Re: How to fullscreen a window and eliminate the "CLOSE" button
- Next by thread: Re: How to fullscreen a window and eliminate the "CLOSE" button
- Index(es):