473,563 Members | 2,867 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Listening for messages in compact.net

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 implementation of the form class
does not have a wndproc function to override, i cannot
get the messages. I cannot use a message window, as the
window i am listening to will then not display.

Is there another method of doing this?
Adam
Nov 15 '05 #1
5 2000
Hello Adam,

Currently I am looking for somebody who could help you on it and will
follow up with you here. Thanks.

Best regards,
Yanhong Huang
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: Listening for messages in compact.net
!Date: Mon, 1 Sep 2003 09:52:18 -0700
!Lines: 11
!Message-ID: <00************ *************** *@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: AcNwqWdmFhiPnPf mSIG2yJty/GDZMg==
!Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
!Path: cpmsftngxa06.ph x.gbl
!Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.csharp:1813 52
!NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
!X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp
!
!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 implementation of the form class
!does not have a wndproc function to override, i cannot
!get the messages. I cannot use a message window, as the
!window i am listening to will then not display.
!
!Is there another method of doing this?
!Adam
!

Nov 15 '05 #2
Sorry, but I don't think this will work (as i have
already tried using a message window).
If i set the message window as the parent of the HTML
control, i can receive the messages, but the control
doesn't display. If i set my form as the parent, the
control displays but i can't receive the messages. I need
it to both display the control and receive the messages
from it at the same time.
Adam.
-----Original Message-----
Please check the documentation on "Windows Messages from Native Controls"at -
http://msdn.microsoft.com/library/default.asp? url=/library/en-us/dv_evtuv/html/etconwindowsmes sagesfromnative controls.asp

The links for MessageWindow Class and Message Structure on the above pageshould provide more information and code samples.

The following articles with code samples should give a better understanding-
Using the MessageWindow Class-
http://samples.gotdotnet.com/quickst...pactFramework/ doc/messagewindow.aspx
Using the Microsoft .NET Compact Framework MessageWindow Class -http://msdn.microsoft.com/library/default.asp? url=/library/en-us/dnnetcomp/html/messagewindow.a sp
Reggie
Microsoft DSW-MDD

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| X-Tomcat-ID: 40358785
| References: <00************ *************** *@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: yh*****@online. microsoft.com (Yan-Hong Huang [MSFT])| Organization: Microsoft
| Date: Wed, 03 Sep 2003 01:31:06 GMT
| Subject: RE: Listening for messages in compact.net
| X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp
| Message-ID: <#Z************ **@cpmsftngxa06 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
| Lines: 40
| Path: cpmsftngxa06.ph x.gbl
| Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.csharp:1817 29| NNTP-Posting-Host: TOMCATIMPORT2 10.201.218.182
|
| Hello Adam,
|
| Currently I am looking for somebody who could help you on it and will| follow up with you here. Thanks.
|
| Best regards,
| Yanhong Huang
| Microsoft Online Partner Support
|
| Get Secure! - www.microsoft.com/security
| This posting is provided "AS IS" with no warranties, and confers norights.
|
| --------------------
| !Content-Class: urn:content-classes:message
| !From: "Adam" <ad**@twv.org >
| !Sender: "Adam" <ad**@twv.org >
| !Subject: Listening for messages in compact.net
| !Date: Mon, 1 Sep 2003 09:52:18 -0700
| !Lines: 11
| !Message-ID: <00************ *************** *@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: AcNwqWdmFhiPnPf mSIG2yJty/GDZMg==
| !Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
| !Path: cpmsftngxa06.ph x.gbl
| !Xref: cpmsftngxa06.ph x.gbl
microsoft.publ ic.dotnet.langu ages.csharp:181 352
| !NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| !X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp
| !
| !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 implementation of the form class
| !does not have a wndproc function to override, i cannot| !get the messages. I cannot use a message window, as the| !window i am listening to will then not display.
| !
| !Is there another method of doing this?
| !Adam
| !
|
|

.

Nov 15 '05 #3
Could you send a snippet of the part where you are using the HTMLView
control with the MessageWindow?

Reggie
Microsoft DSW-MDD

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 >
| References: <00************ *************** *@phx.gbl>
<#Z************ **@cpmsftngxa06 .phx.gbl>
<en************ **@cpmsftngxa06 .phx.gbl>
| Subject: RE: Listening for messages in compact.net
| Date: Thu, 4 Sep 2003 01:27:26 -0700
| Lines: 122
| Message-ID: <0c************ *************** *@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: AcNyvl9psqkKDb7 nTLagYwpGWAyI+w ==
| Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
| Path: cpmsftngxa06.ph x.gbl
| Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.csharp:1821 88
| NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
| X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp
|
| Sorry, but I don't think this will work (as i have
| already tried using a message window).
| If i set the message window as the parent of the HTML
| control, i can receive the messages, but the control
| doesn't display. If i set my form as the parent, the
| control displays but i can't receive the messages. I need
| it to both display the control and receive the messages
| from it at the same time.
| Adam.
| >-----Original Message-----
| >Please check the documentation on "Windows Messages from
| Native Controls"
| >at -
| >http://msdn.microsoft.com/library/default.asp?
| url=/library/en-us/dv_evtuv/ht
| >ml/etconwindowsmes sagesfromnative controls.asp
| >
| >The links for MessageWindow Class and Message Structure
| on the above page
| >should provide more information and code samples.
| >
| >The following articles with code samples should give a
| better understanding
| >-
| >Using the MessageWindow Class-
| >http://samples.gotdotnet.com/quickst...pactFramework/
| doc/messagewindow.a
| >spx
| >Using the Microsoft .NET Compact Framework MessageWindow
| Class -
| >http://msdn.microsoft.com/library/default.asp?
| url=/library/en-us/dnnetcomp/h
| >tml/messagewindow.a sp
| >
| >
| >Reggie
| >Microsoft DSW-MDD
| >
| >This posting is provided "AS IS" with no warranties, and
| confers no rights.
| >
| >
| >
| >--------------------
| >| X-Tomcat-ID: 40358785
| >| References: <00************ *************** *@phx.gbl>
| >| MIME-Version: 1.0
| >| Content-Type: text/plain
| >| Content-Transfer-Encoding: 7bit
| >| From: yh*****@online. microsoft.com (Yan-Hong Huang
| [MSFT])
| >| Organization: Microsoft
| >| Date: Wed, 03 Sep 2003 01:31:06 GMT
| >| Subject: RE: Listening for messages in compact.net
| >| X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp
| >| Message-ID: <#Z************ **@cpmsftngxa06 .phx.gbl>
| >| Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
| >| Lines: 40
| >| Path: cpmsftngxa06.ph x.gbl
| >| Xref: cpmsftngxa06.ph x.gbl
| microsoft.publi c.dotnet.langua ges.csharp:1817 29
| >| NNTP-Posting-Host: TOMCATIMPORT2 10.201.218.182
| >|
| >| Hello Adam,
| >|
| >| Currently I am looking for somebody who could help you
| on it and will
| >| follow up with you here. Thanks.
| >|
| >| Best regards,
| >| Yanhong Huang
| >| 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: Listening for messages in compact.net
| >| !Date: Mon, 1 Sep 2003 09:52:18 -0700
| >| !Lines: 11
| >| !Message-ID: <00************ *************** *@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: AcNwqWdmFhiPnPf mSIG2yJty/GDZMg==
| >| !Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
| >| !Path: cpmsftngxa06.ph x.gbl
| >| !Xref: cpmsftngxa06.ph x.gbl
| >microsoft.publ ic.dotnet.langu ages.csharp:181 352
| >| !NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| >| !X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp
| >| !
| >| !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 implementation of the form class
| >| !does not have a wndproc function to override, i
| cannot
| >| !get the messages. I cannot use a message window, as
| the
| >| !window i am listening to will then not display.
| >| !
| >| !Is there another method of doing this?
| >| !Adam
| >| !
| >|
| >|
| >
| >.
| >
|

Nov 15 '05 #4
Hi Adam,

I already posted this in the other newsgroup thread, but just for
completeness, I am posting it here too.

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/etconusingmessa gewindow.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.Windo wsCE.Forms.Mess ageWindow.SendM essage with an object of type
Microsoft.Windo wsCE.Forms.Mess age 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: 385160070
| References: <00************ *************** *@phx.gbl>
<#Z************ **@cpmsftngxa06 .phx.gbl>
<en************ **@cpmsftngxa06 .phx.gbl>
<0c************ *************** *@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: ra******@online .microsoft.com ("Reggie Joy")
| Organization: Microsoft
| Date: Mon, 08 Sep 2003 15:17:24 GMT
| Subject: RE: Listening for messages in compact.net
| X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp
| Message-ID: <nV************ **@cpmsftngxa06 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
| Lines: 131
| Path: cpmsftngxa06.ph x.gbl
| Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.csharp:1832 10
| NNTP-Posting-Host: TOMCATIMPORT2 10.201.218.182
|
| Could you send a snippet of the part where you are using the HTMLView
| control with the MessageWindow?
|
| Reggie
| Microsoft DSW-MDD
|
| 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 >
| | References: <00************ *************** *@phx.gbl>
| <#Z************ **@cpmsftngxa06 .phx.gbl>
| <en************ **@cpmsftngxa06 .phx.gbl>
| | Subject: RE: Listening for messages in compact.net
| | Date: Thu, 4 Sep 2003 01:27:26 -0700
| | Lines: 122
| | Message-ID: <0c************ *************** *@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: AcNyvl9psqkKDb7 nTLagYwpGWAyI+w ==
| | Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
| | Path: cpmsftngxa06.ph x.gbl
| | Xref: cpmsftngxa06.ph x.gbl
microsoft.publi c.dotnet.langua ges.csharp:1821 88
| | NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
| | X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp
| |
| | Sorry, but I don't think this will work (as i have
| | already tried using a message window).
| | If i set the message window as the parent of the HTML
| | control, i can receive the messages, but the control
| | doesn't display. If i set my form as the parent, the
| | control displays but i can't receive the messages. I need
| | it to both display the control and receive the messages
| | from it at the same time.
| | Adam.
| | >-----Original Message-----
| | >Please check the documentation on "Windows Messages from
| | Native Controls"
| | >at -
| | >http://msdn.microsoft.com/library/default.asp?
| | url=/library/en-us/dv_evtuv/ht
| | >ml/etconwindowsmes sagesfromnative controls.asp
| | >
| | >The links for MessageWindow Class and Message Structure
| | on the above page
| | >should provide more information and code samples.
| | >
| | >The following articles with code samples should give a
| | better understanding
| | >-
| | >Using the MessageWindow Class-
| | >http://samples.gotdotnet.com/quickst...pactFramework/
| | doc/messagewindow.a
| | >spx
| | >Using the Microsoft .NET Compact Framework MessageWindow
| | Class -
| | >http://msdn.microsoft.com/library/default.asp?
| | url=/library/en-us/dnnetcomp/h
| | >tml/messagewindow.a sp
| | >
| | >
| | >Reggie
| | >Microsoft DSW-MDD
| | >
| | >This posting is provided "AS IS" with no warranties, and
| | confers no rights.
| | >
| | >
| | >
| | >--------------------
| | >| X-Tomcat-ID: 40358785
| | >| References: <00************ *************** *@phx.gbl>
| | >| MIME-Version: 1.0
| | >| Content-Type: text/plain
| | >| Content-Transfer-Encoding: 7bit
| | >| From: yh*****@online. microsoft.com (Yan-Hong Huang
| | [MSFT])
| | >| Organization: Microsoft
| | >| Date: Wed, 03 Sep 2003 01:31:06 GMT
| | >| Subject: RE: Listening for messages in compact.net
| | >| X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp
| | >| Message-ID: <#Z************ **@cpmsftngxa06 .phx.gbl>
| | >| Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
| | >| Lines: 40
| | >| Path: cpmsftngxa06.ph x.gbl
| | >| Xref: cpmsftngxa06.ph x.gbl
| | microsoft.publi c.dotnet.langua ges.csharp:1817 29
| | >| NNTP-Posting-Host: TOMCATIMPORT2 10.201.218.182
| | >|
| | >| Hello Adam,
| | >|
| | >| Currently I am looking for somebody who could help you
| | on it and will
| | >| follow up with you here. Thanks.
| | >|
| | >| Best regards,
| | >| Yanhong Huang
| | >| 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: Listening for messages in compact.net
| | >| !Date: Mon, 1 Sep 2003 09:52:18 -0700
| | >| !Lines: 11
| | >| !Message-ID: <00************ *************** *@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: AcNwqWdmFhiPnPf mSIG2yJty/GDZMg==
| | >| !Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
| | >| !Path: cpmsftngxa06.ph x.gbl
| | >| !Xref: cpmsftngxa06.ph x.gbl
| | >microsoft.publ ic.dotnet.langu ages.csharp:181 352
| | >| !NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| | >| !X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp
| | >| !
| | >| !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 implementation of the form class
| | >| !does not have a wndproc function to override, i
| | cannot
| | >| !get the messages. I cannot use a message window, as
| | the
| | >| !window i am listening to will then not display.
| | >| !
| | >| !Is there another method of doing this?
| | >| !Adam
| | >| !
| | >|
| | >|
| | >
| | >.
| | >
| |
|
|

Nov 15 '05 #5
>-----Original Message-----
<snip>
To be more specific, the HTMLViewer class needs a
protected override method that handles the event.
</snip>

Thanks for your reply, but...
The HTMLViewer class cannot handle the event and then
send it to a message window because the only things that
handle events in the compact framework are message
windows. I keep posting this, and microsoft employees
keep ignoring it. This aside, I have now solved the
problem with the help of the following article, which
others with the same problem may find useful:

http://www.gotdotnet.com/Community/U...es/Details.asp
x?SampleGuid=3C 1A8B60-5E76-477A-A79F-D248DB9600E8

Nov 15 '05 #6

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

Similar topics

2
3071
by: brettk | last post by:
Hello All, I've written a small daemon that monitors a pop3 mailbox and downloads any new messages. It's run from the console in windows, and instead of having it print something each time it gets a message or writes a file, i'd like to store those values as internal variables and print them to the screen whenever the user wants to see...
3
2363
by: ssantamariagarcia | last post by:
I am trying to program a server in C for UNIX to get a kind of "bridge" between the clients of a port A and the clients of a port B. For that, I create 2 processes: one that listen the requests of port A clients and another for the Port B ones. In each process, when a connetion service is required, after accepting , the value of the socket...
3
1848
by: Adam | last post by:
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...
7
3132
by: simonrigby_uk | last post by:
Hi all, Sorry if this is the incorrect group but I couldn't see anything directly relevant. Can someone confirm for me what happens when two network streams are sent to an application at the same time. My scenario is a small server application that listens on a particular TCP port. I am sending streams of data to it via a client app....
7
18781
by: Thomas Pecha | last post by:
Sorry for all who think this is easy, I was not able to handle this Coming from VB6 where with simple debug.print strAString you could write to debug window, I am totalling failing in vb.net 2003 The sample in the help file does not work. I tried now for days ... Pls could anybody post a sample, including necessary imports and so on -
6
3097
by: kai | last post by:
Hi, I was tring to run an example (HelloWorld.aspx) from MSPrss book, I get this message: "ASP.NET Development Server faild to start listening port 1034. Error message: An attempt was made to access a socket in a way fobidden by its access permissions."
1
1555
by: Dieter Boden-Schelfthout | last post by:
Hey, I wrote a small console application that sends out broadcast messages, but I cannot find a way to listen for these broadcasts in another application. How can I achieve this? I found some info on msdn but thade made use of multicasting and I need broadcasting. Thanks in advance
2
6241
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 Windows 2000 and Access 200 to Windows XP and Access 2002 (XP) was done. Now, they are working and at anytime in anywhere of the application access...
2
9078
by: andrewbb | last post by:
I'm developing a windows service that needs to listen for a particular WM_ message. Is there a way to listen for a message from .NET service application? This would seem to be a simple thing, but I haven't seen anything on it...
0
7665
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7583
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7642
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6255
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5484
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1200
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.