Results 1 to 3 of 3

Thread: Progress Bar OCX.???

  1. #1

    Thread Starter
    Fanatic Member kinjalgp's Avatar
    Join Date
    Apr 2000
    Location
    India
    Posts
    535

    Question

    I want to make a progress bar OCX which shows the rainbow like colors in the picturebox rather than boring conventional blue Progress Bar. I have done the color settings and all but I don't know how to set the "Value" , "Min" and "Max" properties.
    If someone knows it please help me.

    Thanks in advance

    Kinjal

  2. #2
    Junior Member
    Join Date
    Mar 2000
    Posts
    17
    Problem is, min, max and value are all numeric, usually between 0 and 100.
    one possiblity would be each colour to be an individual control- and then they become visible in accordance with the value.

    Actually, i probably shouldn't have bothered replying- haven't exactly helped

    Ah well.

  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    I actually am doing the same, bothering to reply without knowing why.

    Don't have tons of controls making graphical effects, bazza, that will drain both resources and RAM.

    I had posted some code to make a statusbar going from one color to another, just search for it "kedaman statusbar" or somthing
    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