-
Is there a way to make text scroll in a textbox or label, or anywhere that uses a SELCOLOR command.???
and second question is.
Is there a way to make your whole program different colors?
IE: the Tab's are always to the windows default, MENU's, ect.
Any way to do this?
3rd:
How do i make an IMAGE control picture an icon in an image list control, say with the index of 2
-
1. label.caption=mid(label.caption,2) & Left(label.caption,1)
2. If yo dont want to change colors to the whole system, i suggest you could make your own controls for it.
3. Not sure what you mean but ImageList.ListImages.Add 2, , Me.Icon adds the form icon to it