473,400 Members | 2,163 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,400 software developers and data experts.

Progress Bar in a List View


I was looking for a way to make a progress bar in a list
view, much like what several people have done in VC 6 and
MFC. However, I can't find anything on how to do it in
Managed C++ and/or using the form designer. I assume it
is either really difficult, or just impossible. Can any
body either point me someplace on how to do this, or give
an example?? Do I have to create my own control by
inheriting from the ListViewItem class (I don't think this
will work)?? Help...

GE
Nov 16 '05 #1
3 3735
Sin
> I was looking for a way to make a progress bar in a list
view, much like what several people have done in VC 6 and
MFC. However, I can't find anything on how to do it in
Managed C++ and/or using the form designer. I assume it
is either really difficult, or just impossible. Can any
body either point me someplace on how to do this, or give
an example?? Do I have to create my own control by
inheriting from the ListViewItem class (I don't think this
will work)?? Help...


I'd look into ownerdrawn listview items... It's quite easy to do if you know
GDI...

Alex.
Nov 16 '05 #2
>
I'd look into ownerdrawn listview items... It's quite easy to do if you knowGDI...

That would work if I could use MFC. However, this is a
managed C++ program. I can't seam to find any ownerdrawn
stuff for a managed listview. I'm trying to find either
how to do it, or some article on how to make it yourself..

GE
Nov 16 '05 #3
Sin
> That would work if I could use MFC. However, this is a
managed C++ program. I can't seam to find any ownerdrawn
stuff for a managed listview. I'm trying to find either
how to do it, or some article on how to make it yourself..


Eumm you're right it's not the fact you're using MFC or not, or managed C++.
The listview does not have the ownerdrawn stuff if I remember right... I
suspect it's just the .NET control so you can still use the API do do it
(change the style, and subclass the window).

Good luck...

Alex.
Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Michael Widenius | last post by:
Hi! >>>>> "Bennett" == Bennett Haselton <bennett@peacefire.org> writes: Bennett> Is there any way to do a long update/delete on a table such that you can Bennett> view the progress as the...
4
by: Nadim Attari | last post by:
Hello, If i upload a file thru' the POST method, can i know the num of bytes uploaded at time x ??? All i want is to make an "upload progress bar" Is this possible ? Any links, articles,...
3
by: John Wells | last post by:
Guys, Bruce mentioned I should repost this with Progress in the title. My friend's company is desperately trying to move from Progress to an open platform and is seriously considering Postgres...
9
by: Popoxinhxan | last post by:
Dear experts, i want to develop an client application that consume the google search web service. In my MainForm i have a method to retrieve all the search result e.g. GetGoogleResults(). Now i...
8
by: Brian Henry | last post by:
I created a smooth progress bar with this code.. but if you update the values in a row quickly of it and watch it on screen it flickers... how would i change this to reduce the flickering?...
2
by: Dino Buljubasic | last post by:
Hi, I have a separate form that displays a progress bar when user tries to open a file (an Image, a PDF document or so stored in a database) from my application. When user clicks on a button...
9
by: esakal | last post by:
Hello, I'm programming an application based on CAB infrastructure in the client side (c# .net 2005) Since my application must be sequencally, i wrote all the code in the UI thread. my...
2
by: DBC User | last post by:
I would like to add a progress bar to a datagridview column. Could someone tell me how can I do that? THanks.
23
ADezii
by: ADezii | last post by:
Many Access Users fail to realize that it has a built-in Progress Meter that can display the relative completion percentage of various processes. It is fairly limited, but nonetheless, does provide...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.