Monthly Archives: June 2020

Display a Tooltip when the user hovers the mouse over a control

AKA mouseover, hovertext. To display a message over one specific control             string message = WORKCENTERS_FOR_ROUTESTEP_STRING + lbRouteSteps.SelectedItem.ToString();             lblSelectedRouteStep.Text = message;             System.Windows.Forms.ToolTip ToolTip1 = new System.Windows.Forms.ToolTip();             ToolTip1.SetToolTip(this.lblSelectedRouteStep, message); For displaying over multiple controls on a form Instantiate … Continue reading

Posted in C#, Programming | Leave a comment

End of Line

StringBuilder sb = new StringBuilder(“Part of some text”); sb.AppendLine(); // adds a Windows-style CRLF end-of-line. /r/n is Windows-style. That’s ASCII 13, ASCII 10. The great drscoinc.com cialis generika condition implies to unevenness of reproductive health and emotional health professionals, they … Continue reading

Posted in C#, Programming | Leave a comment