Hi Everyone,
I am having some problems here and it must be that I don't have something turned on or something.
I just started a new program and have placed buttons, text boxes ect. on the GUI. The problem is that when I go to the code portion of the project it is not inserting the information in there.
Example:
Public Class frmMC_POS408_Base_File
Private Sub frmMC_POS408_Base_File_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub lblHeading_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)
End Sub
End Class
I have placed 4 buttons, 4 labels, 4 text boxes and 3 group boxes and these are the only 2 that have shown up and I can't figure out why.
Can someone please help me out here?
Thanks,
Ken