Pavel Bánský

About .NET in Embedded World

Goto menu
Tag » Windows Mobile

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....

I worry about BlackBerry

Friday, June 6, 2008 @ 19:04
BlackBerry is going down while Windows Mobile goes forward

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.

Disallow application run in Windows Mobile

Monday, February 4, 2008 @ 22:12
How to prevent specific application execution in Windows Mobile...

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.

Prevent device connection to the desktop PC

Monday, July 23, 2007 @ 09:47
You don't want the user to connect device to the PC? Here is the solution.

Changing Smartphone profile from the application

Tuesday, July 17, 2007 @ 22:04
How to change profile on your Smartphone from C# application