Jump to content
Xtreme .Net Talk

jonnaboy

Members
  • Posts

    3
  • Joined

  • Last visited

jonnaboy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. That worked perfectly. Thank you so much! Do you know how could i go about reloading the entire form from scratch on the click of a cmd button?
  2. Thanks for your quick reply. I entered the following... void BtnBankStickClick(object sender, System.EventArgs e) { if (Math.Abs(lblRandom - thisScore) > Math.Abs(lblBankRandom - totalScore)) { lblplayerWin.Show(); }} but i get the following error message... Operator '-' cannot be applied to operands of type 'System.Windows.Forms.Label1' and 'int' any ideas?
  3. Hi, I'm in need of some QUICK help! how do i write a statement so that value 1 and value 2 check value 3 to see which value (1 or 2) is numerically closer to value 3? to explain this tongue-twister further... private int hello = 21; lblgoodMorning (has a value of 13) lblgoodBye (has a value of 10) in this case, a message box would display lblgoodMorning is closer! Many Thanks
×
×
  • Create New...