blah blah blah is here! blah blah » Close

1
votes
1 answers

C# Round Double to 2 decimal places

I have a basic conversion for metric and imperial measurements however I need to keep it to 2 decimal places. Can anyone advise how I do this? My Code is [code] try { // inches to cm & lb's to kg's ...

1
votes
0 answers

I want a picturebox in Visual Studio C# to be blank at the start

I am looking on how to control the picturebox in visual studio, I want the picturebox to be blank at the start of the application, depending on conditions display 1 of 2 images that are .jpg Be grateful for any help!

Feedback