Hi,
I need to replicate this code in LabVIEW, its VB code
<VBCODE>
Private Sub commandPrint_Click()
Dim factory As Object
Set factory = WebBrowser1.Document.getElementById("factory")
factory.printing.header = "This is my header"
factory.printing.footer = "Page Footer: &D - &P"
End Sub
</VBCODE>