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

C / C++ / MFC

 
GeneralRe: Printing Reports... Pin
Andrew Peace25-Oct-01 14:48
Andrew Peace25-Oct-01 14:48 
GeneralRe: Printing Reports... Pin
Braulio Dez25-Oct-01 21:07
Braulio Dez25-Oct-01 21:07 
GeneralRe: Printing Reports... Pin
markkuk25-Oct-01 20:03
markkuk25-Oct-01 20:03 
GeneralRe: Printing Reports... Pin
Braulio Dez25-Oct-01 21:12
Braulio Dez25-Oct-01 21:12 
GeneralRe: Printing Reports... Pin
markkuk25-Oct-01 21:50
markkuk25-Oct-01 21:50 
GeneralPlease help me ! - Strange Shortcuts and IShellLink Pin
Jon Hulatt25-Oct-01 3:30
Jon Hulatt25-Oct-01 3:30 
GeneralFun with List Controls Pin
billb211225-Oct-01 3:25
billb211225-Oct-01 3:25 
GeneralRe: Fun with List Controls Pin
Tomasz Sowinski25-Oct-01 3:35
Tomasz Sowinski25-Oct-01 3:35 
Basically, you have two choices. Owner-draw list control delegates all drawing to your code. You're responsible for everything and have full control. OTOH, the custom-draw is usable when you just want to alter some aspects of drawing, like text color or font. I'm not sure if you'll be able to draw unbounded by columns. There should be some articles on custom-draw list control on CP.

Maybe you should just use a grid - there's one right here on CodeProject. It supports multiple fonts, colors, etc.

Tomasz Sowinski -- http://www.shooltz.com
GeneralRe: Fun with List Controls Pin
billb211225-Oct-01 4:28
billb211225-Oct-01 4:28 
Generalresource dll Pin
ZAZA25-Oct-01 2:10
ZAZA25-Oct-01 2:10 
GeneralBug Tracking and Reportng about project status Pin
ernst.maurer25-Oct-01 1:14
ernst.maurer25-Oct-01 1:14 
QuestionDoes a limitation exsit when insert button to a toolbar? Pin
lyifan25-Oct-01 1:03
lyifan25-Oct-01 1:03 
GeneralSymbol font on Windows 2000 Pin
Ivan A Eryshov25-Oct-01 0:57
Ivan A Eryshov25-Oct-01 0:57 
GeneralAnimate control Pin
mimi25-Oct-01 0:32
mimi25-Oct-01 0:32 
GeneralRe: Animate control Pin
25-Oct-01 2:58
suss25-Oct-01 2:58 
GeneralRe: Animate control Pin
25-Oct-01 3:14
suss25-Oct-01 3:14 
GeneralParsing XML from a Socket Source Pin
Marc Holenz25-Oct-01 0:20
Marc Holenz25-Oct-01 0:20 
GeneralRe: Parsing XML from a Socket Source Pin
25-Oct-01 0:49
suss25-Oct-01 0:49 
GeneralRe: Parsing XML from a Socket Source Pin
markkuk25-Oct-01 0:51
markkuk25-Oct-01 0:51 
Generalthe first parameter of SetBitmap() Pin
25-Oct-01 0:06
suss25-Oct-01 0:06 
GeneralRe: the first parameter of SetBitmap() Pin
Tomasz Sowinski25-Oct-01 1:24
Tomasz Sowinski25-Oct-01 1:24 
QuestionHow to create VB Collection in VC++ Pin
DenisK24-Oct-01 23:18
professionalDenisK24-Oct-01 23:18 
GeneralCalendar and comdlg32.dll Pin
ZAZA24-Oct-01 22:34
ZAZA24-Oct-01 22:34 
GeneralRe: Calendar and comdlg32.dll Pin
Tomasz Sowinski25-Oct-01 1:18
Tomasz Sowinski25-Oct-01 1:18 
QuestionIs there are a way to use dll/ATL without regsvr32 ? Pin
24-Oct-01 21:13
suss24-Oct-01 21:13 

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.