.net-cf

Reboot Windows Mobile 6.x device programmatically using C#

My HTC HD2 can't be rebooted from OS, just shut down. So I want to write a small program to do that. Is it possible to programmatically reboot Windows Mobile 6.x device using C# (CF version makes no sense). ...

Button in main menu in a Pocket PC application in .NET

Hi, I am creating an application for a Pocket PC 2003, using Visual Studio 2008 and Compact Framework 3.5. I want to add a button to the main menu bar (like the Back and Refresh buttons in Internet Explorer for Pocket PC). I do know how to add textual menus and submenus, but I don't know how to make those menus graphical. Thanks in adv...

Propagating the AutoScaleDimensions property

.NET CF 3.5 How can I scale everything on my form ? If I do this this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; then the controls directly added on the form are properly repositioned BUT their size is not properly updated ! So how should I propagate the...