VB.NET 2008 - Anonymous Function
- by James Brauman
Hi,
On Form Load I populate a menu with all possible colors so they user can pick a color. However when they pick a color the forecolor of my label is not changed.
Private Sub MainForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
' When the form loads, we want to populate the color menu item with all the…