I have two forms, Parent and Child. How can I pass this string into the Child form:
Private Sub mnuMerge_ItemClick(ByVal sender As System.Object) Handles Button.ItemClick
Dim TemplateIn As String = "Hello <CustomerName>"
End Sub
Into the Parent Form here:
Public Sub MergeTemplate(ByVal TemplateIn As String)
MsgBox(TemplateIn)
End Sub
I am geting this error (Object reference not set to an instance of an object) for this code:
Private Sub mnuMerge_ItemClick(ByVal sender As System.Object) Handles Button.ItemClick
Dim TemplateIn As String = "Hello <CustomerName>"
Parent.MergeTemplate(TemplateIn)
End Sub
Numbers and figures are an essential part of our world, necessary for almost everything we do every day. As important…
APPROVED BY CLIENTS
"assignmentexpert.com" is professional group of people in Math subjects! They did assignments in very high level of mathematical modelling in the best quality. Thanks a lot
Comments
Leave a comment