Click here to Skip to main content
15,902,813 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Reading a hidden / minimized window into a bitmap Pin
ursus zeta26-Mar-03 9:41
ursus zeta26-Mar-03 9:41 
GeneralChange Titelname of FormView-Window Pin
Tobias26-Mar-03 5:47
Tobias26-Mar-03 5:47 
GeneralRe: Change Titelname of FormView-Window Pin
Neville Franks26-Mar-03 8:24
Neville Franks26-Mar-03 8:24 
GeneralRe: Change Titelname of FormView-Window Pin
valikac26-Mar-03 11:42
valikac26-Mar-03 11:42 
Questionoffice 2003-style toolbar with mfc? Pin
schaereran@gmx.net26-Mar-03 4:43
schaereran@gmx.net26-Mar-03 4:43 
GeneralOwner Drawn List Box Pin
georgiek5026-Mar-03 4:29
georgiek5026-Mar-03 4:29 
GeneralRe: Owner Drawn List Box Pin
Ravi Bhavnani26-Mar-03 9:18
professionalRavi Bhavnani26-Mar-03 9:18 
GeneralRe: Owner Drawn List Box Pin
Dave Bryant26-Mar-03 9:27
Dave Bryant26-Mar-03 9:27 
In an owner drawn list box you can draw the items yourself. The CListBox class has several overridable methods such as DrawItem() - to draw each item in the list box, MeasureItem() - to get the height of each item if they are variable height, and CompareItem() - to sort the items in the list box.

You have pretty much full control over the client area of the list box, but AFAIK not the scroll bar.

Note that if you are using the Win32 API directly (not MFC), then DrawItem, MeasureItem, and CompareItem are actually sent as messages to the parent window.

Dave
GeneralProblem with ShellExecute Pin
Juan Carlos Cobas26-Mar-03 4:24
Juan Carlos Cobas26-Mar-03 4:24 
GeneralRe: Problem with ShellExecute Pin
Neville Franks26-Mar-03 8:17
Neville Franks26-Mar-03 8:17 
GeneralRe: Problem with ShellExecute Pin
Juan Carlos Cobas26-Mar-03 8:48
Juan Carlos Cobas26-Mar-03 8:48 
GeneralRe: Problem with ShellExecute Pin
Neville Franks26-Mar-03 8:52
Neville Franks26-Mar-03 8:52 
GeneralRe: Problem with ShellExecute Pin
Juan Carlos Cobas26-Mar-03 9:52
Juan Carlos Cobas26-Mar-03 9:52 
GeneralRe: Problem with ShellExecute Pin
Neville Franks26-Mar-03 10:32
Neville Franks26-Mar-03 10:32 
GeneralLeaving a UI thread alive even after your program closes. Pin
RobJones26-Mar-03 4:08
RobJones26-Mar-03 4:08 
GeneralRe: Leaving a UI thread alive even after your program closes. Pin
jhwurmbach26-Mar-03 4:26
jhwurmbach26-Mar-03 4:26 
GeneralRe: Leaving a UI thread alive even after your program closes. Pin
RobJones26-Mar-03 4:31
RobJones26-Mar-03 4:31 
GeneralRe: Leaving a UI thread alive even after your program closes. Pin
jhwurmbach26-Mar-03 4:52
jhwurmbach26-Mar-03 4:52 
GeneralRe: Leaving a UI thread alive even after your program closes. Pin
Chris Meech26-Mar-03 7:53
Chris Meech26-Mar-03 7:53 
GeneralRe: Leaving a UI thread alive even after your program closes. Pin
RobJones26-Mar-03 14:00
RobJones26-Mar-03 14:00 
GeneralDebug CRT vs. Relese CRT problems... Pin
vmaltsev26-Mar-03 3:52
vmaltsev26-Mar-03 3:52 
GeneralRe: Debug CRT vs. Relese CRT problems... Pin
Rickard Andersson2026-Mar-03 4:04
Rickard Andersson2026-Mar-03 4:04 
GeneralRe: Debug CRT vs. Relese CRT problems... Pin
Neville Franks26-Mar-03 8:22
Neville Franks26-Mar-03 8:22 
Generaldisabling Caps Lock Pin
haimd26-Mar-03 3:50
haimd26-Mar-03 3:50 
GeneralRe: disabling Caps Lock Pin
Brian Shifrin26-Mar-03 6:02
Brian Shifrin26-Mar-03 6:02 

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.