Re: How to fullscreen a window and eliminate the "CLOSE" button



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.
>>
>
>


.