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!