Archive for April 2010

Datamatrix.Net CF updated

Issued by a question to the library at codeproject, where my blog is feed as Technical Blog, I have updated the DatamatrixNetCF code and test application.

See here for details.

-EOM-

Windows CE and Mobile SetupDll with unzip support

SetupDll_Zip

Update 14. sept 2010: fixed source code and template files, please use the new files only

Create windows ce cab files which install a complete directory structure onto a device. I created
this small tool, as I needed an easy to use tool to create a pseudo installation cab.

The DLL will unzip a archiv file with all dirs onto a device. To build a new cab use the directory
structure you will find below cabdir.

Continue reading ‘Windows CE and Mobile SetupDll with unzip support’ »

BarcodeLib – ported to Compact Framework

Update 25. ja 2014: see BarcodeLib again ported to CF

I got a request for a barcode image generator for Windows Mobile. Fortunately there are some libs out there including source code and a decided to test to port barcodelib by Brad Barnhill hosted at the famous CodeProject site (http://www.codeproject.com/KB/graphics/BarcodeLibrary.aspx).

Continue reading ‘BarcodeLib – ported to Compact Framework’ »

Reveal incoming BT port on WM5/WM6 devices

This tipp is from one of my fellows and it seems to be hard to find any resources on this.
If you need an incoming Bluetooth port on your WM5/6 device and you only got the option for outgoing ports, this tipp might help you.

It is a simple registry hack and needs a warmboot after change:

REGEDIT4

[HKEY_LOCAL_MACHINE\Software\Microsoft\Bluetooth\Serial\Ports\Incoming]
"Port"="COM0"
"Server"=dword:00000001
"Authentication"=dword:00000001
"Encryption"=dword:00000001
"RemoteDCB"=dword:00000000
"KeepDCD"=dword:00000000