September 2004 Entries
Anyone who has worked with .NET Compact Framework for sometime will know that the IrDA support is provided by the same - you can write applications that can act as IrDA listeners or clients - basically, do whatever you want using IrDA as long as you are using the .NET Compact Framework. But, how about using IrDA in regular WinForms applications? Well, until I just stumbled upon the trick I will just tell you [it's really a no-brainer], one would need to write WinSock based IrDA applications for the...
After a long time, I have restarted working on the .NET Compact Framework end. And last night, I finished working on IrDAList, a PocketPC 2003 based application that will enumerate IrDA connected devices and will display their details. You can download it from http://www.wintoolzone.com/... BTW, just incase while you are developing using VS 2005 for .NET CF and your deployments to the emulator fail, install the Loopback adapter and configure the Emulator Options to bind...