Friday, July 10, 2009

Wrap text in label in .NET Compact Framework

Wrapping text in label is a big issue in .NET Compact Framework. We often need to wrap text in label. But in normal label we can’t do that. We need to create a customize one. The following link will help you too much in this:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=476018&SiteID=1

Tuesday, April 21, 2009

Transparent image problem in .NET Compact Framework.

We often face a problem with transparent image in .NET Compact Framework. For finding a solution of this problem I searched a lot and at last found an article here:
http://johan.andersson.net/blog/2007/10/solution-for-transparent-images-on.html
This article really helped me much to find a solution of image transparency problem in .NET Compact Framework.

Wednesday, February 18, 2009

Microsoft to open Application store for Windows Mobile

Microsoft Corporation is going to open an application store for Windows Mobile. This is one of the most important news in Mobile World Congress 2009 in Barcelona. For more information see the following link: http://tech.yahoo.com/news/nf/64541

Wednesday, January 7, 2009

Essential books on Windows Mobile Development.

Till now I have discussed about different programming aspect in Windows Mobile Development. But today I will name of some essential books that are very much helpful for developers in Windows Mobile Development. At first I want to name of the book
Microsoft Mobile Development Handbook
by Andy Wigley, Daniel Moth and Peter Foot
This book is very good for the developers who are a little bit experienced.
Next the book I want to mention is
.NET Compact Framework Programming with Visual Basic .NET
By Paul Yao, David Durant
Authors Paul Yao and David Durant have also written the book
.NET Compact Framework Programming with C#
These above two books are very helpful not only for the beginners but also for the experienced developers.
Specially for the beginners I recommend to follow any one of the second or third book.