Hide

SftButton/OCX 3.0 - Button Control

Display
Print

Label Sample (VB6)

This sample illustrates various button labels, text, images.

The source code is located at C:\Program Files (x86)\Softelvdm\SftButton OCX 3.0\Samples\VB6\Label\Form1.frm or C:\Program Files\Softelvdm\SftButton OCX 3.0\Samples\VB6\Label\Form1.frm (on 32-bit Windows versions).

Option Explicit

Private Sub Command1_Click()
    End
End Sub

Private Sub Form_Load()
    SftButton8.Text = "Two Lines" & vbCrLf & "of Text"
End Sub

Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.