Windows Forms: Live Currency Converter in C#
By FoxLearn 5/22/2017 8:52:18 PM 7.55K
How to Create a live currency converter or exchange rate in C#
Step 1: Click New Project, then select Visual C# on the left, then Windows and then select Windows Forms Application. Name your project "LiveCurrencyConverter" and then click OK
Step 2: You need to add a web browser control to your form as below
Add code to handle form load event
private void Form1_Load(object sender, EventArgs e) { webBrowser.Navigate("https://www.google.com/finance/converter"); }
VIDEO TUTORIALS
- How to save files using SaveFileDialog in C#
- How to make an Alarm clock with sound in C#
- How to Display Images in DataGridView in C#
- How to Print DataGridView with Header & Footer with Landscape in C#
- How to Create a custom Progress Bar with Percentage in C#
- How to read an image file in C#
- How to use BackgroundWorker in C#
- How to protect .NET code from reverse engineering
Categories
Popular Posts
Flat Able Admin Dashboard Template
11/18/2024
Regal Admin Dashboard Template
11/18/2024
Plus Admin Dashboard Template
11/18/2024
Admin Tailwind CSS Admin Dashboard Template
11/18/2024