ms compact framework change button to image
I am searching how in ms compact framework 3.5 change Submit button to image. I want to use im开发者_Python百科age as button in my windows mobile application with CF 3.5 but i can not find any usefull information.
Can someone give some howto or tell what to do?
The standard button does not have a way to add an image so you have to create a control yourself. Check out How to Create a Microsoft .NET Compact Framework-based Image Button
Download a sample of an ImageButton
from Microsoft Download Center It's an msi
file, install it, note the install path, after installed browse to it and you will find a VS
solution (sample).
精彩评论