Tag » Compact Framework
Redirecting audio to Bluetooth headset
Monday, September 15, 2008 @ 13:47
Some people has device with Windows Mobile and want's to hear navigation instructions in their Bluetooth motorcycle helmet. How to redirect Bluetooth audio if the hands-free has no stereo headset profile?
Rotating the display in Compact Framework
Friday, July 11, 2008 @ 16:22
Have you ever wanted to turn your Windows Mobile screen up side down? Have you ever wanted to do it from C#? It's not so hard....
Services for Windows Mobile in managed code
Friday, April 18, 2008 @ 23:57
Writing services in Windows Mobile is only for native developers. Let's see how to write service-like application in C# with Compact Framework.
Animated StatusPanel for Windows Mobile
Wednesday, December 12, 2007 @ 06:11
I wrote simple user control for reporting status of running operation, similar way as it's done in Internet Explorer Mobile.
Firing thread safe events in Compact Framework
Friday, December 7, 2007 @ 09:54
Threads are salt and pepper of Windows programming. Let's see how to update user interface from threads in Compact Framework applications.
Compact Web Server in Compact Framework
Monday, October 22, 2007 @ 15:42
Sometimes man needs the web server functionality for it's application. Sometimes man needs web server for Windows Mobile or Windows CE. I worte web server class to be used with Compact Framework.
Input mode in smart phone application
Friday, October 5, 2007 @ 14:03
Changing input mode (T9, AlphaABC, Numeric) in your applications.
ActiveSync synchronization sources and .NET CF
Monday, August 27, 2007 @ 11:06
How to retrieve and delete ActiveSync synchronization sources in managed code.
Simulate keystrokes in Windows Mobile
Thursday, August 2, 2007 @ 00:39
Have you ever want to turn off the device from your application? Show the Today Screen? Lock the device? Keeping device wake up? Yes? Then read this post about sending key strokes to the system.
Creating shortcuts in Windows Mobile Smartphone
Tuesday, July 24, 2007 @ 10:44
On Smartphones you can't create shortcuts like on Pocket PC. This post shows how to do it on Smartphones as well.
Changing Smartphone profile from the application
Tuesday, July 17, 2007 @ 22:04
How to change profile on your Smartphone from C# application