Search results for query: *

  • Users: dasmin5
  • Content: Threads
  • Order by date
  1. D

    VB.NET Feedback page problem?

    I am trying to use my gmail account for sendmail. I have a feedback.aspx page in VB.NET. The email sends to my gmail account fine. But it is not sending what I typed in the comment box and it keeps having the persons email address and keeps saying "no subject". Now my question is how to I...
  2. D

    Payroll program?

    I just wanted to know are my calculations correct? the Fedtax is 0.06 and the stateTax is .33 Private Sub btnCalculate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalculate.Click Dim PayRate As Double 'Employee's payrate Dim Hours As Double...
  3. D

    Factoring of Polynomials

    I am about to try and write a program that factor polynomials and I needed some direction on how to begin because that is what I am a beginner. Does anyone know of any thing similar to this that I might could reflect on? I want it to: Factor Trinomials Factor Perfect Square Trinomials Factor...
Back
Top