Results 1 to 2 of 2

Thread: price

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2003
    Location
    Calgary Canada
    Posts
    10

    price

    Hello, How do i make a Number in a TextBox into a curancey
    $9.55 instead of 9.55 but the math would still work the same on it
    Thanks for the help
    Thanks
    Moe

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    Code:
    Dim price As Double
    
    price = 4.56
    
    lblPrice.Text = String.Format("{0:c}", price)
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width