Skip to main content

Posts

Showing posts from January, 2013

CsharpForBeginers 02 - Showing MessageBoxes

Hi guyz ... This is the second part of MessageBoxes Tutorial. In this tutorial we are going to talking about how to create Yes/No message Box. MessageBoxButtons Go to the UI and double click on the Button.Then remove the all codes within the curly braces. Add following codes within the braces Code: MessageBox .Show( "Will you really remove the item?" , "Warning" , MessageBoxButtons .YesNo);

CsharpForBeginers 01 - Showing MessageBoxes

Hi guyz This post about some of basic things in  MessageBox . In this Post I am talking about  MessageBox.Show() MessageBoxButtons MessageBoxIcon MessageBoxDefaultButton MessageBoxOptions

Barcode Reader for Motorola MC3000 Device (Windows Mobile 6)

You can simply click the button and read the barcode. Create the User interface as you wish and add following codes to the scan button and Scanning.cs class.

Signature Capture for windows mobile 6

This is about capturing signature in windows mobile 6 application. This is part of my last project I think it will help you Visual studio 2008 Windows Mobile 6 professional SDK Design the user interface as following