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:
[/code]
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
[/code]
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
Thanks Jx_Man,
That worked fine for the ones that I wanted to put in. Also you mentioned;
"also you can change the event of controls"
Can you explain this a little further on how I do that?
Thanks Again,
Ken
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Previous Thread in VB.NET Forum Timeline:Sudoku help