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 Rhinorhino 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: *

  1. mastermosley

    C# Changing text in textbox

    Ok I've got a function public void Log(string Text) { string CurrTime; CurrTime = DateTime.Now.ToString("dd/MM/yyyy h:MMtt"); TextOut = "[" + CurrTime + " " + "] " + Text; textBox1.Text = "test" + textBox1.Text + TextOut + "\n"; } its...
  2. mastermosley

    Calling a procedure

    I have public void Procedure() in a class, and I have a form. How do I call the procedure from the form?

Part and Inventory Search

Back
Top