I am wanting to set some text in a label at run-time for:
bold italic
bold
underline
non bold (regular)
strike through
italic
and i have the following so i can test it and i am getting the error
this is what i have:Invalid use of property
VB Code:
Private Sub mnuLabelFontStyleBold_Click() lblText(m_intControlIndex).Font.[hl]Bold[/hl] End Sub




Reply With Quote