|
|
COM/ActiveX
Information about COM and ActiveX. Creating and using COM object and ActiveX controls.
Articles at Pocket PC Developer Network
MSDN Technical Articles
MS Knowledge base
Articles at www.cegadgets.com
-
Sinking COM Events with ATL CE
Much like the desktop, COM under Windows CE provides a way to fire events in a container, like VBCE. Unfortunately, like many other CE development issues, things aren't as easy as they should be. In this article, Ken Rabold discusses problems he experienced while implementing connection points under Windows CE and demonstrates workarounds.
-
Using VBCE to Register Your ActiveX and ATL Controls
If you've developed for Windows CE for any period of time, you know that registering controls on the device can be quite frustrating, and you can encounter problems whether you are using regsvrce or registering during the installation process. Luckily, there is another approach. This article shows that registering controls from VBCE is simple, offers sample code demonstrating the process, and briefly discusses some of the possible benefits of using this technique.
Questions and Answers at www.cegadgets.com
CodeGuru
-
COM for eMbedded Visual C++ 3.0 (Under Windows CE)
November 8, 2001.
The Generation of the COM Server and the COM Client in embedded Visual C++ 3.0 is somewhat different than the Microsoft Visual C++ 6.0. It leads an error in the COM server while running the client. This Article resolves the error and achieves the Server functionality.
DEVBUZZ.COM
-
Microsoft eVB COMM control on your Pocket PC using eMbedded Visual Basic.
This example demonstrates the use of the COMM control within embedded Visual Basic. Serial communications is fundamental to allowing a PC (or in this case a PDA) to talk to modems or other devices. Modems all generally use the Hayes "AT" command set for setup. This set of ASCII text-based commands allows the PC to initialize the modem, tell it to dial a number, hang-up, etc. Other devices use serial communications for diagnostics and troubleshooting purposes. For example, all cars made since the advent of computer based diagnostics have ...
Innovative Decision Support Systems
-
Registering Active-X Controls on the Pocket PC
10/17/01.
Registering Active-X controls is relatively simple, but the question comes up regularly in newsgroups and listservs. In this article, Chris Tacke walks you through the three most common ways of registering a control or DLL.
Libraries
-
STUtil
C++ library.
Different useful functions that are missed in Windows CE like creating unique GUID, using #import directive, using hardware keys, etc.
|