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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: eafares265
  • Order by date
  1. eafares265

    Changing button colour in c#

    you are writing what is necessary but whithout the if: private void button1_Click(object sender, System.EventArgs e) { button1.BackColor = Color.Red;
  2. eafares265

    convert array of bytes to int or float

    you should use Convert.toInteger(array); or Integer.parse... or convert it to string then to integer

Part and Inventory Search

Back
Top