Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Mokujin

  1. Mokujin

    percents and floating decimal points

    Let me rephrase.. how would i % result = firstlabel - firsttextbox; but i want firsttextbox to be a percent so it would be firstlabel - a percent.
  2. Mokujin

    percents and floating decimal points

    Ok here is my problem..here is a section of code in a program im trying to create -note this is my first program- int firstlabel = 0; double firsttextbox = 0; double result = 0; firstlabel = int.Parse(label1.Text); firsttextbox =...

Part and Inventory Search

Back
Top