Search results for query: *

  • Users: LostNativ
  • Content: Threads
  • Order by date
  1. LostNativ

    Combo Box Error

    I am trying to create a WPF Watts Calculator. The user is to select the type of calculation from the combo box and then fill in the values click calculate and receive the result. However, I am getting a combo box error. I am not sure how to handle it. the error reads CS1061: 'type' does not...
  2. LostNativ

    Watts Calculator, struggling to get my exception handling working.

    I want to be able to catch errors and ask the user for valid inputs. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace S1P1 { class Program { public delegate float WattsLawDelegate(float num1...
Back
Top Bottom