Hey if anyone could help me out with a few problems it would be appreciated.

1. Are you able to make a label.text to certain decimal places? If yes how?
If have a program that + .2 each time and it is only displayed in the label when i reaches 1.

2. I have a button and when clicked i want to change the background image. I know you are meant to use.
Code:
me.backgroundimage = (location)
. But am i able to select an image from my resource folder, without having to use location (C:\....)

Thanks.