Discussion of Forex Trading and Currency Trading

Formatting Currency in VB?

ive got a program for cinema booking form

i have variables for the price…

Dim price1 As Double = 5.5….i want that to be £5.50

i also have a calculation using this price…

LblAmount.Text = CInt(TxtSeats.Text) * price1

this obviously multiplys the amount of seats booked with the price of that film and displays the answer in the label

i want this answer to be displayed as currency

any help will be appreciated…cheers

Most Commented Posts

 

 

One Response to “Formatting Currency in VB?”

  1. Wonder can this FormatCurrency help in your situation.

Leave a Reply