Repost: messages in compact.net

  • Thread starter Thread starter Adam
  • Start date Start date
A

Adam

I've posted about this previously, but failed to receive
a satisfactory response, so have included a code sample:

I am trying to receive messages from an HTML viewer
control in compact.net (c#), but cannot use message
window as the control's parent window, as this is
invisible and so the html is not viewable!

I have a code sample showing the problem at
www.tenwisevirgins.com/Example.zip

How should i do this?

Cheers,
Adam
 
Hi Adam,

Thank you for posting in this group.

We are looking for somebody who is familiar with compact .net to help you
on it
and will follow up with you here. Thanks.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| Content-Class: urn:content-classes:message
| From: "Adam" <[email protected]>
| Sender: "Adam" <[email protected]>
| Subject: Repost: messages in compact.net
| Date: Mon, 8 Sep 2003 09:56:03 -0700
| Lines: 15
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcN2Kha6DVjvV25VSZSB1g8NY1arJg==
| Newsgroups: microsoft.public.dotnet.languages.csharp
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:183227
| NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| I've posted about this previously, but failed to receive
| a satisfactory response, so have included a code sample:
|
| I am trying to receive messages from an HTML viewer
| control in compact.net (c#), but cannot use message
| window as the control's parent window, as this is
| invisible and so the html is not viewable!
|
| I have a code sample showing the problem at
| www.tenwisevirgins.com/Example.zip
|
| How should i do this?
|
| Cheers,
| Adam
|
 
Hi Adam,

Thanks for arranging the sample. We are looking into the issue and we will
try to get back to you either tomorrow or Monday.

Reggie
Microsoft - DSW-MDD

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


--------------------
| X-Tomcat-ID: 53777287
| References: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: (e-mail address removed) (Jeffrey Tan[MSFT])
| Organization: Microsoft
| Date: Tue, 09 Sep 2003 01:37:33 GMT
| Subject: RE: Repost: messages in compact.net
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| Lines: 42
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:183314
| NNTP-Posting-Host: TOMCATIMPORT2 10.201.218.182
|
|
| Hi Adam,
|
| Thank you for posting in this group.
|
| We are looking for somebody who is familiar with compact .net to help you
| on it
| and will follow up with you here. Thanks.
|
| Best regards,
| Jeffrey Tan
| Microsoft Online Partner Support
| Get Secure! - www.microsoft.com/security
| This posting is provided "as is" with no warranties and confers no rights.
|
| --------------------
| | Content-Class: urn:content-classes:message
| | From: "Adam" <[email protected]>
| | Sender: "Adam" <[email protected]>
| | Subject: Repost: messages in compact.net
| | Date: Mon, 8 Sep 2003 09:56:03 -0700
| | Lines: 15
| | Message-ID: <[email protected]>
| | MIME-Version: 1.0
| | Content-Type: text/plain;
| | charset="iso-8859-1"
| | Content-Transfer-Encoding: 7bit
| | X-Newsreader: Microsoft CDO for Windows 2000
| | X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| | Thread-Index: AcN2Kha6DVjvV25VSZSB1g8NY1arJg==
| | Newsgroups: microsoft.public.dotnet.languages.csharp
| | Path: cpmsftngxa06.phx.gbl
| | Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.languages.csharp:183227
| | NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
| | X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
| |
| | I've posted about this previously, but failed to receive
| | a satisfactory response, so have included a code sample:
| |
| | I am trying to receive messages from an HTML viewer
| | control in compact.net (c#), but cannot use message
| | window as the control's parent window, as this is
| | invisible and so the html is not viewable!
| |
| | I have a code sample showing the problem at
| | www.tenwisevirgins.com/Example.zip
| |
| | How should i do this?
| |
| | Cheers,
| | Adam
| |
|
|
 
Hi Adam,

I looked at your sample at www.tenwisevirgins.com/Example.zip. I believe
you have already got the display part to work.

The HTMLViewer class in the sample is from
http://www.opennetcf.org/download.asp?product=Forms. The sample needs to be
combined with the concepts on "Using MessageWindow" at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_evtuv/ht
ml/etconusingmessagewindow.asp

To be more specific, the HTMLViewer class needs a protected override
method that handles the event. From this method you need to do a
Microsoft.WindowsCE.Forms.MessageWindow.SendMessage with an object of type
Microsoft.WindowsCE.Forms.Message created with myMessageWindow.NM_HOTSPOT
as the message id.

Let us know how this goes

Reggie
Microsoft - DSW-MDD

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



--------------------
| X-Tomcat-ID: 3216266
| References: <[email protected]>
<[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: (e-mail address removed) ("Reggie Joy")
| Organization: Microsoft
| Date: Fri, 12 Sep 2003 00:18:01 GMT
| Subject: RE: Repost: messages in compact.net
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| Lines: 69
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:184247
| NNTP-Posting-Host: TOMCATIMPORT2 10.201.218.182
|
| Hi Adam,
|
| Thanks for arranging the sample. We are looking into the issue and we
will
| try to get back to you either tomorrow or Monday.
|
| Reggie
| Microsoft - DSW-MDD
|
| This posting is provided "AS IS" with no warranties and confers no rights.
|
|
| --------------------
| | X-Tomcat-ID: 53777287
| | References: <[email protected]>
| | MIME-Version: 1.0
| | Content-Type: text/plain
| | Content-Transfer-Encoding: 7bit
| | From: (e-mail address removed) (Jeffrey Tan[MSFT])
| | Organization: Microsoft
| | Date: Tue, 09 Sep 2003 01:37:33 GMT
| | Subject: RE: Repost: messages in compact.net
| | X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
| | Message-ID: <[email protected]>
| | Newsgroups: microsoft.public.dotnet.languages.csharp
| | Lines: 42
| | Path: cpmsftngxa06.phx.gbl
| | Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.languages.csharp:183314
| | NNTP-Posting-Host: TOMCATIMPORT2 10.201.218.182
| |
| |
| | Hi Adam,
| |
| | Thank you for posting in this group.
| |
| | We are looking for somebody who is familiar with compact .net to help
you
| | on it
| | and will follow up with you here. Thanks.
| |
| | Best regards,
| | Jeffrey Tan
| | Microsoft Online Partner Support
| | Get Secure! - www.microsoft.com/security
| | This posting is provided "as is" with no warranties and confers no
rights.
| |
| | --------------------
| | | Content-Class: urn:content-classes:message
| | | From: "Adam" <[email protected]>
| | | Sender: "Adam" <[email protected]>
| | | Subject: Repost: messages in compact.net
| | | Date: Mon, 8 Sep 2003 09:56:03 -0700
| | | Lines: 15
| | | Message-ID: <[email protected]>
| | | MIME-Version: 1.0
| | | Content-Type: text/plain;
| | | charset="iso-8859-1"
| | | Content-Transfer-Encoding: 7bit
| | | X-Newsreader: Microsoft CDO for Windows 2000
| | | X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| | | Thread-Index: AcN2Kha6DVjvV25VSZSB1g8NY1arJg==
| | | Newsgroups: microsoft.public.dotnet.languages.csharp
| | | Path: cpmsftngxa06.phx.gbl
| | | Xref: cpmsftngxa06.phx.gbl
| microsoft.public.dotnet.languages.csharp:183227
| | | NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
| | | X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
| | |
| | | I've posted about this previously, but failed to receive
| | | a satisfactory response, so have included a code sample:
| | |
| | | I am trying to receive messages from an HTML viewer
| | | control in compact.net (c#), but cannot use message
| | | window as the control's parent window, as this is
| | | invisible and so the html is not viewable!
| | |
| | | I have a code sample showing the problem at
| | | www.tenwisevirgins.com/Example.zip
| | |
| | | How should i do this?
| | |
| | | Cheers,
| | | Adam
| | |
| |
| |
|
|
 
Back
Top