How to reset the WS_CLIPCHILDREN window attribute

  • Thread starter Thread starter Sagaert Johan
  • Start date Start date
S

Sagaert Johan

I override CreateParams to set the window style to WS_CLIPCHILDREN

Since the CF does not support overriding the CreateParams, how can i work
around this to get the same result ?

Johan
 
Hello Johan,

Unfortunately, this functionality is not supported in the .NET Compact
Framework v1.0.

Thank you,
Sergiy.

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
| Reply-To: "Sagaert Johan" <[email protected]>
| From: "Sagaert Johan" <[email protected]>
| Subject: How to reset the WS_CLIPCHILDREN window attribute
| Date: Fri, 10 Oct 2003 17:26:13 +0200
| Lines: 10
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: 25.4-201-80.adsl.skynet.be 80.201.4.25
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:35687
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
|
| I override CreateParams to set the window style to WS_CLIPCHILDREN
|
| Since the CF does not support overriding the CreateParams, how can i work
| around this to get the same result ?
|
| Johan
|
|
|
|
 
This is a serious problem.

I created a control that does not always paint its full client area.
Using Parent.Invalidate() does not help since the redrawing of the form
excludes the full client erea of the control , so the part where i do not
paint in my control is left unchanged instead of been redrawn with the forms
background.

Johan
 
I believe you are trying to create a transparent control. I'm sorry but
transparent controls are not supported in the .NET Compact Framework v1.0.
I forwarded your request to our program mangers for their consideration.

Thank you,
Sergiy.

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Reply-To: "Sagaert Johan" <[email protected]>
| From: "Sagaert Johan" <[email protected]>
| References: <#[email protected]>
<[email protected]>
| Subject: Re: How to reset the WS_CLIPCHILDREN window attribute
| Date: Wed, 15 Oct 2003 09:40:40 +0200
| Lines: 57
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <#ElYi#[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: 43.42-200-80.adsl.skynet.be 80.200.42.43
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:36045
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| This is a serious problem.
|
| I created a control that does not always paint its full client area.
| Using Parent.Invalidate() does not help since the redrawing of the form
| excludes the full client erea of the control , so the part where i do not
| paint in my control is left unchanged instead of been redrawn with the
forms
| background.
|
| Johan
|
|
| | > Hello Johan,
| >
| > Unfortunately, this functionality is not supported in the .NET Compact
| > Framework v1.0.
| >
| > Thank you,
| > Sergiy.
| >
| > This posting is provided "AS IS" with no warranties, and confers no
| rights.
| >
| > --------------------
| > | Reply-To: "Sagaert Johan" <[email protected]>
| > | From: "Sagaert Johan" <[email protected]>
| > | Subject: How to reset the WS_CLIPCHILDREN window attribute
| > | Date: Fri, 10 Oct 2003 17:26:13 +0200
| > | Lines: 10
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| > | Message-ID: <#[email protected]>
| > | Newsgroups: microsoft.public.dotnet.framework.compactframework
| > | NNTP-Posting-Host: 25.4-201-80.adsl.skynet.be 80.201.4.25
| > | Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
| > | Xref: cpmsftngxa06.phx.gbl
| > microsoft.public.dotnet.framework.compactframework:35687
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
| > |
| > |
| > | I override CreateParams to set the window style to WS_CLIPCHILDREN
| > |
| > | Since the CF does not support overriding the CreateParams, how can i
| work
| > | around this to get the same result ?
| > |
| > | Johan
| > |
| > |
| > |
| > |
| >
|
|
|
 
Back
Top