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
Finding a professional expert in "partial differential equations" in the advanced level is difficult.
You can find this expert in "Assignmentexpert.com" with confidence.
Exceptional experts! I appreciate your help. God bless you!
Comments
Leave a comment