VB中的实时货币显示 [英] Real Time Currency Display in VB

查看:222
本文介绍了VB中的实时货币显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I'm developing a currency converter. 

而且我想知道是否可以通过某种方式在不实现Web浏览器功能的情况下在程序中添加实时汇率,并且我想知道是否可以通过标签添加它,因为这是我的想法?

And I was wondering if there was any way I could add a real time currency rate in the program without implementing the web browser feature, and I was wondering if I could add it through a label as that is my idea?

*使用VISUAL BASIC *

*IN VISUAL BASIC*

-谢谢.

推荐答案

听起来,这更像是一个问题,即在哪里可以获取实时货币汇率以及如何获得汇率将这些数据消耗到您的程序中...在获取标签后立即在标签中显示数据.

It sounds like this is more a question of where you can get real-time currency exchange rates and how you would consume that data into your program... displaying the data in a label once acquired should be straight forward.

您必须进行一些研究,并为货币汇率信息选择一个数据提供商(可能涉及付费服务).有了提供者并知道他们的获取方法是什么(例如Web API或HTTP请求)后,您就可以提出更具体的要求 这里有关如何通过VB应用程序使用数据的问题.

You'll have to do some research and choose a data provider for the currency rate info (this may involve a paid service).  Once you have a provider and know what their acquisition method is (e.g. Web API or HTTP request) you can then ask more specific questions here about how to consume the data through your VB app.


这篇关于VB中的实时货币显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆