Results 1 to 11 of 11

Thread: More code... [resolved]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Resolved More code... [resolved]

    I think from my code it is obvious what i am trying to do, but where did i go wrong ? And how can it be fixed ?

    VB Code:
    1. Private Sub Command1_Click()
    2. Dim ctrl As Control
    3. For Each ctrl In Form1
    4. If ctrl = TextBox Then
    5. ctrl.BackColor = Text1.Text
    6. End If
    7. DoEvents
    8. Next
    9. End Sub
    Last edited by thegreatone; Mar 31st, 2005 at 12:15 PM.
    Zeegnahtuer?

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