Arcade Prehacks

Results 1 to 3 of 3

Thread: VB6 Code help

  1. #1

    Join Date
    Jun 2008
    Location
    Located in the center of your brain
    Posts
    30

    VB6 Code help

    ok, another problem(sorry)
    im trying to get it to where if you click a button then txt in a text box changes
    here ismy code
    Code:
    Private Sub Command2_Click()
    Call Text1.Text
    End Sub
    what do I put after
    Code:
    Text1.Text
    ?

  2. #2

    Join Date
    Jun 2008
    Location
    New York
    Posts
    1,995

    Re: VB6 Code help

    Wouldn't

    Code:
    Text1.[color=#FF0000]Text[/color]
    The red would be your desired word. I'm not sure what you would put afterwards, though.

  3. #3

    Join Date
    Jun 2008
    Location
    Located in the center of your brain
    Posts
    30

    Re: VB6 Code help

    nvm, i fixed it

Posting Permissions

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