|
-
Apr 8th, 2000, 11:33 AM
#1
Thread Starter
Hyperactive Member
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
-
Apr 8th, 2000, 05:36 PM
#2
transcendental analytic
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
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
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
|