Hi!!
I have Option Strict On and this code:
And i get this error: "Option Strict On disallows late binding". I went searching how could i fix it. And the only thing i could find has to turn option strict off.vb Code:
Private Sub Bs_MouseEnter(ByVal sender As Object, ByVal e As System.EventArgs) Handles B1.MouseEnter, B2.MouseEnter, B3.MouseEnter, B4.MouseEnter, B5.MouseEnter sender.BackgroundImage = My.Resources.BHover End Sub
Is there anyway of fixing with out turning strict off?




Reply With Quote