|
-
Aug 15th, 2000, 01:56 PM
#1
Thread Starter
Addicted Member
Hey Guys.
I've gotta question.
Say there was a control of a form. A command button - called Command1. I also have a text file, and I have got one line from it in a string - called MyString$. That string has the text "command1" in it. I want some way of doing something like this:
MyString$.Backcolor = RGB(255, 0, 0)
Except this wouldn't work, because Strings don't have backcolors. But I want it to use the text in the string (command1) and do the backcolor to that. C what I mean?
Help me out peoples!
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
|