Click here to Skip to main content
16,010,114 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Change the Static Control's Background color without the MFC Pin
2-Aug-01 14:06
suss2-Aug-01 14:06 
GeneralRe: Change the Static Control's Background color without the MFC Pin
Paolo Messina5-Aug-01 5:42
professionalPaolo Messina5-Aug-01 5:42 
Generalplease help me ! Pin
29-Jul-01 3:58
suss29-Jul-01 3:58 
GeneralRe: please help me ! Pin
29-Jul-01 4:53
suss29-Jul-01 4:53 
GeneralRe: please help me ! Pin
markkuk29-Jul-01 21:54
markkuk29-Jul-01 21:54 
GeneralOwner-drawn Toolbar in Win32 (Non MFC) Pin
James Bird29-Jul-01 2:04
James Bird29-Jul-01 2:04 
GeneralProgress bar in a list view Pin
29-Jul-01 1:36
suss29-Jul-01 1:36 
GeneralRe: Progress bar in a list view Pin
CMFC6.0VS.NETUser29-Jul-01 4:43
CMFC6.0VS.NETUser29-Jul-01 4:43 
First you need to be able to create a Progress Bar and List w/ CWnd::Create(EX) and not the Dialog editor. Make sure the Progress Bars is the child window of the List in CWnd::Create(EX). The List and Progress Bars created in the dialog editor or subclassing maybe harder to impossible to do. You may want to use array of Progress Bar objects because it maybe easier for moving the Progress Bars when the List is scroll(more on the later). Check MSDN for rect placement and sizeing functions in CListCtrl/CWnd. This placement is for CWnd::Create(EX) only in creating Progress Bars.

Next you find a way to get the to get new rect placement and sizeing after scroll and add/delete items. In CListCtrl placement and sizeing handlers you need to move the Progress Bars. I would add a item and subitem indexs to each object so you can pass then rect placement and sizeing functions in CListCtrl/CWnd then you move the Progress Bar window the window w/ CWnd::MoveWindow(). You will want to set the indexes before CWnd::Create(EX).

This is a general look at some hard stuff. I will try some code next if you need it and if I have time...

Real World Coding:
     POP& BuyAPop(Money ADollar){...};
Generalthanks, .. Pin
29-Jul-01 9:09
suss29-Jul-01 9:09 
GeneralRe: Progress bar in a list view Pin
Paolo Messina29-Jul-01 12:55
professionalPaolo Messina29-Jul-01 12:55 
GeneralSQL Question Pin
skfnmuislædmufaæoi29-Jul-01 0:35
skfnmuislædmufaæoi29-Jul-01 0:35 
GeneralI found out! Pin
skfnmuislædmufaæoi29-Jul-01 2:44
skfnmuislædmufaæoi29-Jul-01 2:44 
QuestionHow can I create hidden file ??? Pin
28-Jul-01 20:24
suss28-Jul-01 20:24 
AnswerRe: How can I create hidden file ??? Pin
Christian Graus28-Jul-01 20:46
protectorChristian Graus28-Jul-01 20:46 
QuestionHow to implement a custom message map in MFC? Pin
28-Jul-01 17:05
suss28-Jul-01 17:05 
AnswerRe: How to implement a custom message map in MFC? Pin
Michael Dunn28-Jul-01 19:49
sitebuilderMichael Dunn28-Jul-01 19:49 
QuestionHow to use WindowFromPoint and ChildWindowFromPoint? Pin
JavaTony28-Jul-01 15:15
JavaTony28-Jul-01 15:15 
GeneralWrite/Read struct to file When the file contain strings.Simple question Pin
28-Jul-01 10:44
suss28-Jul-01 10:44 
GeneralRe: Write/Read struct to file When the file contain strings.Simple question Pin
markkuk28-Jul-01 11:10
markkuk28-Jul-01 11:10 
GeneralThank you !!! Pin
28-Jul-01 18:01
suss28-Jul-01 18:01 
GeneralFtp download progress Pin
28-Jul-01 9:42
suss28-Jul-01 9:42 
GeneralRe: Ftp download progress Pin
Ben Burnett28-Jul-01 16:57
Ben Burnett28-Jul-01 16:57 
GeneralDialog Boxes Pin
Orbitalne28-Jul-01 6:02
Orbitalne28-Jul-01 6:02 
GeneralRe: Dialog Boxes Pin
28-Jul-01 7:17
suss28-Jul-01 7:17 
GeneralODBC setup Pin
28-Jul-01 5:15
suss28-Jul-01 5:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.