MS紧凑框架将按钮更改为图像

发布于 2024-12-05 01:01:57 字数 143 浏览 0 评论 0原文

我正在搜索如何在 MS Compact Framework 3.5 中将“提交”按钮更改为图像。我想在带有 CF 3.5 的 Windows Mobile 应用程序中使用图像作为按钮,但我找不到任何有用的信息。

有人可以提供一些操作方法或告诉我该怎么做吗?

I am searching how in ms compact framework 3.5 change Submit button to image. I want to use image 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风启觞 2024-12-12 01:01:57

标准按钮无法添加图像,因此您必须自己创建一个控件。查看如何创建基于 Microsoft .NET Compact Framework 的图像按钮

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

攀登最高峰 2024-12-12 01:01:57

Microsoft 下载 ImageButton 示例下载中心这是一个msi文件,安装它,记下安装路径,安装后浏览它,你会发现一个VS解决方案(示例)。

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文