Resources  
  • Using LinkLabel In Windows.FormsAug 20, 2018. In this article, I am going to explain how to use a LinkLabel in a Windows Forms app using Visual studio 2017.
  • Understanding and Using the LinkLabel ControlOct 07, 2002. In this article, I will discuss some functionality related to the LinkLabel control and how to use it.
  • LinkLabel In C#Jul 08, 2010. A LinkLabel control is a label control that can display a hyperlink. A LinkLabel control is inherited from the Label class so it has all the functionality provided by the Windows Forms Label control. LinkLabel control does not participate in user input or capture mouse or keyboard events.
  • LinkLabel Control and HierarchiesJul 04, 2007. This article shows that how we can display hierarchies by using the .NET LinkLabel control.
  • Visual MatrixAug 17, 2001. User can easily add ,sub any limit of matrices. Edit boxes are created dynamically.
  • Image Viewer in C#Jun 07, 2001. ImageViewer lets you to view images of types bmp, gif, jpeg, ico, wmf, emf. It also allows you to convert images to bmp, gif and jpeg formats. This application illustrates the usage of PictureBox class, Bitmap class etc.