CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2003
    Posts
    9

    Progress Bar + Flex grid puzzle

    Ok, im really dont know where to begin with this one.

    Ive got a flexgrid in a form with a couple of columns. the second column is blank, and instead has a progress bar over it for every row.

    Now, the problem is when the rows reach the bottom of the flex grid, is there a way i can scroll the flex grid and get the progress bars to move too? Ive seen other programs do this, but i dont have a clue how they did it...

    Cheers in advance for anyone that is able to help me.

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726
    A progressBar on each row?
    That is: as many progressbar as the rows number?
    Why do not have a single progressbar at foot (or top right) of
    form?
    Or even a single one on TopRow (=first row visible of FlexGrid)
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  3. #3
    Join Date
    Jan 2003
    Posts
    9
    The reason why i wanted many progress bars was becasue the program was doing something different for each entry in the flexgrid

    Anyway, i did manage to get this working, if anyone would like to see the code then shout. Its not brilliant, but it works.

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

Featured