5,663,486 members and growing! (18,104 online)
Email Password   helpLost your password?
Platforms, Frameworks & Libraries » Mobile Development » General     Advanced

Decimal UpDown Control for Pocket PC

By S Sansanwal

This control is used for decimal up-down operation in compact framework
Windows, .NET CF, Mobile, Visual Studio, Dev

Posted: 23 Aug 2006
Updated: 23 Aug 2006
Views: 9,379
Bookmarked: 5 times
Announcements
Loading...



Search    
Advanced Search
Sitemap
4 votes for this Article.
Popularity: 2.26 Rating: 3.75 out of 5
0 votes, 0.0%
1
0 votes, 0.0%
2
1 vote, 25.0%
3
0 votes, 0.0%
4
3 votes, 75.0%
5
Note: This is an unedited contribution. If this article is inappropriate, needs attention or copies someone else's work without reference then please Report This Article

Sample Image - DecimalUpDownCF.jpg

Introduction

I recently had a requirement of having a decimal Up Down control for a Pocket PC application. I was surprised to find that even though there is a numeric up down like one found in Form application it lacks the “DecimalPlaces” property. I tried to look on web as a good developer J but I couldn’t find one for this requirement. Finally, I have written one for this application treating this as a learning exercise.

Solution

Please note this article is not about how to create a user control. It just update you how to use this control.

For this solution, I have created a composite user control which uses 1 textbox, 2 pictures and a timer. The textbox is used for displaying the value of decimal updown control. The picture controls are used for scrolling the value and timer is used to increase\decrease the value when user keeps the mouse pressed on the pictures. This control also expose got_focus and lost_focus events using a new event ChangeFocusEvent. You could use this as a template to expose other events as per your requirement.

 

How to use this control

Create a new pocket PC project and right click on the tools in the left hand side of IDE. Select “Choose Items” and add this control by browsing to this control RELEASE folder. You could now able to see a DecimalUpDownCF control in the toolbar. Drag and drop it on your application Window form. At this stage you could change the properties – Maximum, Minimum, Increment and Value in same way as of a standard Numeric UpDown control. If you go to the events list of this control, you would find “ChangeFocusEvent” This event expose the Focused property which indicates if control have Got the focus or lost the focus.

Please find the sample code to use this event and to make any changes as per your requirement. Happy programming.

 

 

 

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

S Sansanwal



Occupation: Software Developer (Senior)
Company: Avanade, Australia
Location: Australia Australia

Other popular Mobile Development articles:

Article Top
Sign Up to vote for this article
You must Sign In to use this message board.
FAQ FAQ Noise ToleranceSearch Search Messages 
 Layout  Per page   
  (Refresh) 
-- There are no messages in this forum --

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 23 Aug 2006
Editor:
Copyright 2006 by S Sansanwal
Everything else Copyright © CodeProject, 1999-2008
Web18 | Advertise on the Code Project