Results 1 to 14 of 14

Thread: Language Filterd(Semi Resolved)

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2004
    Location
    I live in Oregon, U.S.A.
    Posts
    41

    Language Filterd(Semi Resolved)

    I'm experimenting with check boxes, and so far I have bold, italic etc. etc. But I want to make it, so when you click one of these check boxes is, it will fill words such as "****" with "#&@&" but, I gave up on the idea to fill it with "#&@&" because I couldn't figure it out, so then I tried just deleting the work from the final showing. But now, I can't seem to get that to work, so anywayz, here's my code so far.

    Private Sub chkL_Click()

    If chkL.Value = vbChecked Then
    If LblUser.Caption = "****" Then
    LblUser.Caption = -"****" = True

    Else
    LblUser.Caption = -"****" = False


    End If
    End If

    End Sub

    If there is a way to fill in the word with simbols, please let me know!!
    Last edited by shishkabob; Feb 22nd, 2004 at 08:10 PM.
    I'm a noobie when it comes to programming, please teach me, so I can also have the advantages of making my own programs, and money.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width