|
-
Mar 26th, 2003, 02:27 PM
#1
Thread Starter
Junior Member
Newbie of a question
Private Sub ChkBold_Click()
If lblMessages.FontBold = False Then
lblMessages.FontBold = False
Else
lblMessages.FontBold = True
End If
End Sub
how do i make that work, when the checkbox isnt click it goes back to default and when its click it makes the words bold and when its unchecked it makes them normal......
thanks
All Help Very Much Appreciated 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|