我想在 C#.net 中制作一个国家组合框
我有一个 C# 组合框,是否有人有硬编码的国家/地区组合框代码,包含所有国家/地区,因此我可以快速将其粘贴到我的代码中。
非常感谢您的帮助。 阿蒂夫
i have a combobox in C#, does any body have a hard coded countries combobox code, having all the countries, so i can quickly paste it in my code.
Thanks a lot for help.
Atif
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里。
您可能已经通过谷歌解决了这个问题。
here.
You might have solve this with a little bit google.
这很容易。只需获取国家/地区列表并将其设为
数据源
< /a>:It's easy. Just grab a list of countries and make it the
DataSource
: