Hi,
I am a beginner for mobile development, now i developing the windows mobile 5.0 mobile application in visual studio 2005. I facing the problems is how i can add the background into the button and textbox?? any body can help me? thanks
Printable View
Hi,
I am a beginner for mobile development, now i developing the windows mobile 5.0 mobile application in visual studio 2005. I facing the problems is how i can add the background into the button and textbox?? any body can help me? thanks
Hi,
a background image?
Use the opennetcf controls or third party controls.
A background colour, just change the backcolor property
Pete
hi,
ya, is background image. i not prefer third party software. how about using Control BackgroundImage Property? Thanks for your advice
Hi,
standard button control doesn't support an image, that is why opennetcf created their control to support images.
Your only other option is to create your own control, if you don't want to use 3rd party controls.
Pete