Results 1 to 2 of 2

Thread: 3 Questions

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 1999
    Posts
    482
    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

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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
  •  



Click Here to Expand Forum to Full Width