Preamble Example for Visual Basic
Private Sub Preamble_Click() LEADDICOM1.GetDSPreamble MsgBox LEADDICOM1.PreambleEnd SubPrivate Sub Preamble2_Click() LEADDICOM1.Preamble = Text1.Text LEADDICOM1.SetDSPreambleEnd Sub