473,403 Members | 2,323 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

Repost: messages in compact.net

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
Nov 15 '05 #1
3 1826

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" <ad**@twv.org>
| Sender: "Adam" <ad**@twv.org>
| Subject: Repost: messages in compact.net
| Date: Mon, 8 Sep 2003 09:56:03 -0700
| Lines: 15
| Message-ID: <49****************************@phx.gbl>
| 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
|

Nov 15 '05 #2
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: <49****************************@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: v-*****@online.microsoft.com (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: <Pq**************@cpmsftngxa06.phx.gbl>
| 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" <ad**@twv.org>
| | Sender: "Adam" <ad**@twv.org>
| | Subject: Repost: messages in compact.net
| | Date: Mon, 8 Sep 2003 09:56:03 -0700
| | Lines: 15
| | Message-ID: <49****************************@phx.gbl>
| | 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
| |
|
|

Nov 15 '05 #3
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/de...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.SendMessag e 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: <49****************************@phx.gbl>
<Pq**************@cpmsftngxa06.phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: ra******@online.microsoft.com ("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: <0A**************@cpmsftngxa06.phx.gbl>
| 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: <49****************************@phx.gbl>
| | MIME-Version: 1.0
| | Content-Type: text/plain
| | Content-Transfer-Encoding: 7bit
| | From: v-*****@online.microsoft.com (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: <Pq**************@cpmsftngxa06.phx.gbl>
| | 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" <ad**@twv.org>
| | | Sender: "Adam" <ad**@twv.org>
| | | Subject: Repost: messages in compact.net
| | | Date: Mon, 8 Sep 2003 09:56:03 -0700
| | | Lines: 15
| | | Message-ID: <49****************************@phx.gbl>
| | | 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
| | |
| |
| |
|
|

Nov 15 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Piotr Sawuk | last post by:
I'm a newbie in the world of c++, and I am used to learn a programming language simply by programming. Unfortunately I where unable to find any useful helpfile for this language, in which such...
1
by: Miller | last post by:
Hi everybody! These messages have been found in the System log of the Event Viewer application. These error messages have been generated after each logon attempt. Although dial-in client have been...
2
by: Simone | last post by:
Simone wrote: >Hi all, I am new to python and trying to write a simple GUI that would >call 2 growisofs processes (dvd burning) at the same time, and retrive >the exit code to be printed on a...
12
by: Arno R | last post by:
Hi all, This is a repost of a message posted at october 6. The answer I got was about MapiMessages.AttachmentIndex. I think I need the MSMAPI32.OCX to use this. (I don't have this file on my PC)...
1
by: Yannick Turgeon | last post by:
Hello, This is a repost (see under the "dotted" line) from 2 days ago. Hope someone could help. Norton Antivirus 2003 is installed on this computer. Could it cause a problem? Another...
5
by: Adam | last post by:
Hi, How do i listen for windows messages in c# on compact.net? I have a window containing an instantiation of the HTML viewer control, which is a child of the main form. As the compact...
67
by: Scott M. | last post by:
Can anyone give me any ideas on why VS.NET 2003 running on XP Pro. (P4's with 1GB RAM) would take over 3 minutes to simply create a new ASP.NET Web Application on http://localhost? It seems that...
8
by: Bob | last post by:
This is a bug that affects all controls, not just the ones that it's screwing up in my app. I really need a workaround. Anyone? Please? Before I regret letting my MSDN subscription run out and pay...
2
by: Frav | last post by:
The Reps team have been experiencing that Access 2002 unexpectedly quits while working and also lots of Corruption Failures and "Record lock can not update" messages since the upgrade from...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.