Sign in
|
Join
|
Help
|
Search
.NET Components for Mobility
Home
Products
Services
Blogs
Forums
Library
Downloads
About
This Blog
Home
Contact
Syndication
RSS
Atom
Comments RSS
Recent Posts
Windows Phone 7 – For Mobile Developers
Windows Phone Sessions at MIX Announced
New Windows Mobile 6.5.3 DTK
Bluetooth changes in Windows 7
Developing for Windows Phone 7
Tags
#MIX10
#WP7
Blogs
Bluetooth
Books
Compact Framework
Data
Desktop Code
Events
Facebook
How To
Mobile4
NETCF
Oddities
TomTom
Vista
Windows Live
Windows Mobile
Windows Phone
WinFX
XBox
Archives
March 2008
(1)
February 2008
(4)
January 2008
(1)
November 2007
(5)
October 2007
(6)
September 2007
(5)
August 2007
(6)
July 2007
(9)
June 2007
(4)
May 2007
(4)
April 2007
(2)
March 2007
(4)
February 2007
(10)
January 2007
(2)
December 2006
(2)
November 2006
(4)
October 2006
(3)
September 2006
(1)
August 2006
(4)
July 2006
(1)
June 2006
(3)
May 2006
(4)
Peter Foot
Microsoft Device Application Development MVP
Browse by Tags
All Tags
»
How To
(
RSS
)
NETCF
How To: Get System Power State Name and Flags
A question came up on our forums and so I investigated writing a wrapper for the GetSystemPowerState API function. This allows you to retrieve the power state name, and also a bitmask of flags - Is the backlight on, is the device password protected etc...
Posted
Feb 23 2008, 11:29 AM
by
Peter Foot
Filed under:
NETCF
,
How To
How To: Programmatically Scroll Controls
A number of controls within .NETCF have built in ScrollBars. Occasionally you may want to operate these programmatically on behalf of the user. When you do this you want both the control to scroll and the scrollbars to correctly reflect the current position...
Posted
Feb 12 2008, 06:00 PM
by
Peter Foot
Filed under:
NETCF
,
How To
How To: Use the WebRequestMethods class
Networking In The Hand introduces a repository for all the various method types for FTP and HTTP operations. While the common ones are easy to remember ("GET","POST" etc) many others are not, and so this class (like its desktop equivalent...
Posted
Oct 09 2007, 11:06 AM
by
Peter Foot
Filed under:
How To
How To: Use the FtpWebRequest
Networking In The Hand includes a full desktop-compatible implementation of the FtpWebRequest class. This plugs into the WebRequest class so that calling WebRequest.Create() with an FTP Uri will create an object of type FtpWebRequest. Because FTP support...
Posted
Oct 04 2007, 11:00 AM
by
Peter Foot
Filed under:
How To
How To: Use the WebClient
Networking In The Hand includes the WebClient class which is a helper class which makes it easier to do uploading and downloading of data using HTTP and FTP transports. For example rather than creating an HttpWebRequest, setting a number of properties...
Posted
Oct 02 2007, 10:49 AM
by
Peter Foot
Filed under:
How To
How To: Use the Ping class
Networking In The Hand includes the Ping class (In the InTheHand.Net.NetworkInformation namespace). The component allows you to determine if a network path to a particular host is available and whether the host is responding. It doesn't guarantee...
Posted
Oct 01 2007, 10:40 AM
by
Peter Foot
Filed under:
How To
How To: Use the AuthenticationDialog
Networking In The Hand 2.0 offers a new dialog which allows you to prompt the user for networking credentials. The dialog is designed for the best appearance depending on your platform, for example the screenshots below show both Windows Mobile 5.0 Pocket...
Posted
Sep 28 2007, 10:28 AM
by
Peter Foot
Filed under:
How To
Copyright © 2001-2010
In The Hand Ltd
. All rights reserved.
Terms of Use
and
Privacy Policy
.