Click here to Skip to main content
15,897,968 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralReading int/long lengths from binary file Pin
31-Jul-01 10:08
suss31-Jul-01 10:08 
GeneralRe: Reading int/long lengths from binary file Pin
Paolo Messina31-Jul-01 10:45
professionalPaolo Messina31-Jul-01 10:45 
GeneralIEnumIDList and Next usage Pin
31-Jul-01 9:34
suss31-Jul-01 9:34 
GeneralResizing List Control Columns Pin
Scott Evans31-Jul-01 9:13
Scott Evans31-Jul-01 9:13 
GeneralRe: Resizing List Control Columns Pin
Tomasz Sowinski31-Jul-01 9:21
Tomasz Sowinski31-Jul-01 9:21 
GeneralRe: Resizing List Control Columns Pin
Paolo Messina31-Jul-01 10:33
professionalPaolo Messina31-Jul-01 10:33 
GeneralSetting font used by TextOut Pin
31-Jul-01 7:18
suss31-Jul-01 7:18 
GeneralRe: Setting font used by TextOut Pin
Tomasz Sowinski31-Jul-01 7:39
Tomasz Sowinski31-Jul-01 7:39 
First you need to create font. Use CreateFont or CreateFontIndirect for that. Next, you need to make your font 'selected' with SelectObject. You should call DeleteObject when you no longer need the font. I think tyou should read "Font Creation and Selection" in "Platform SDK : Windows GDI" docs before coding. These docs should be installed with your VC++ help.

Tomasz Sowinski -- http://www.shooltz.com
GeneralDISPLAY AMOUNTS WITH COMMAS Pin
31-Jul-01 7:02
suss31-Jul-01 7:02 
GeneralRe: DISPLAY AMOUNTS WITH COMMAS Pin
Ben Burnett31-Jul-01 14:36
Ben Burnett31-Jul-01 14:36 
GeneralRe: DISPLAY AMOUNTS WITH COMMAS Pin
Bret Faller3-Aug-01 10:02
Bret Faller3-Aug-01 10:02 
Generalchange text color in a combo box Pin
31-Jul-01 6:34
suss31-Jul-01 6:34 
GeneralProblem with Cristi Posea's CSizingControlBar Pin
Jamie Nordmeyer31-Jul-01 6:20
Jamie Nordmeyer31-Jul-01 6:20 
GeneralCFtpFileFind Pin
31-Jul-01 6:13
suss31-Jul-01 6:13 
Generalset text color of a combo box Pin
31-Jul-01 5:50
suss31-Jul-01 5:50 
GeneralSending Messages Pin
31-Jul-01 5:05
suss31-Jul-01 5:05 
GeneralRe: Sending Messages Pin
Tomasz Sowinski31-Jul-01 9:16
Tomasz Sowinski31-Jul-01 9:16 
GeneralRe: Sending Messages Pin
31-Jul-01 12:03
suss31-Jul-01 12:03 
GeneralActiveX CView and OpneGL Pin
31-Jul-01 4:52
suss31-Jul-01 4:52 
GeneralRe: ActiveX CView and OpneGL Pin
Not Active31-Jul-01 15:35
mentorNot Active31-Jul-01 15:35 
GeneralRe: ActiveX CView and OpneGL Pin
Jonathan de Halleux30-Oct-01 1:14
Jonathan de Halleux30-Oct-01 1:14 
GeneralStatusbar icon Pin
31-Jul-01 4:10
suss31-Jul-01 4:10 
GeneralRe: Statusbar icon Pin
Tomasz Sowinski31-Jul-01 4:16
Tomasz Sowinski31-Jul-01 4:16 
GeneralRe: Statusbar icon Pin
31-Jul-01 4:56
suss31-Jul-01 4:56 
GeneralRe: Statusbar icon Pin
Tomasz Sowinski31-Jul-01 5:04
Tomasz Sowinski31-Jul-01 5:04 

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.