VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This will tell you how much your canadian dollar is worth in america.

by Matt Lafrenier (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 3rd April 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This will tell you how much your canadian dollar is worth in america.

Rate This will tell you how much your canadian dollar is worth in america.



varCAD = txtCAD
lbl_amdollar = txtCAD * 0.63
End Sub
Private Sub cmd_restart_click()
If cmd_restart Then
    MsgBox "Do you really want to clear all fields??"
    txtCAD = ""
    lbl_amdollar = ""
End If
End Sub
Private Sub cmd_quit_click()
If cmd_quit Then
    MsgBox "Do you really want to quit the American Exchange program??"
    End
End If
End Sub


Download this snippet    Add to My Saved Code

This will tell you how much your canadian dollar is worth in america. Comments

No comments have been posted about This will tell you how much your canadian dollar is worth in america.. Why not be the first to post a comment about This will tell you how much your canadian dollar is worth in america..

Post your comment

Subject:
Message:
0/1000 characters