can any one suggest me, how to learn about custom controls in c# for windows mobile,
any tutorials regarding some sample app’s of windows mobile, how to create new custom control
application, owner-draw, etc..please suggest me
Thanks
Grabit
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This MSDN article helped me get started with custom controls:
http://msdn.microsoft.com/en-us/library/ms837926.aspx
Also it depends what you are wanting to do, but OpenNetCF has a set of controls that provide a lot more customisation than the standard controls in the .netcf.
For example if you want to show an image on a button and set all the colours manually their Button2 class may do everthing you need.
Here is a link to the docs for the Button2 class. I’d recommend checking out the OpenNetCF Smart Device Framework as it has a lot of handy classes that weren’t included in the .netCF.
Matt