Click here to Skip to main content
15,899,937 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPlease help me to fix a bug in Windows XP. Pin
21-Jul-01 14:09
suss21-Jul-01 14:09 
GeneralRe: Please help me to fix a bug in Windows XP. Pin
Michael Martin21-Jul-01 22:32
professionalMichael Martin21-Jul-01 22:32 
GeneralMFC icons Pin
Stephen McGeown21-Jul-01 13:27
Stephen McGeown21-Jul-01 13:27 
GeneralRe: MFC icons Pin
Michael Martin21-Jul-01 23:00
professionalMichael Martin21-Jul-01 23:00 
GeneralRe: MFC icons Pin
Stephen McGeown22-Jul-01 4:11
Stephen McGeown22-Jul-01 4:11 
GeneralLong Number Storage for Encryption Pin
Peter Liddle21-Jul-01 12:40
Peter Liddle21-Jul-01 12:40 
GeneralExtending SIP Pin
21-Jul-01 10:50
suss21-Jul-01 10:50 
GeneralRe: Extending SIP Pin
Anders Molin21-Jul-01 11:34
professionalAnders Molin21-Jul-01 11:34 
GeneralRe: Extending SIP Pin
21-Jul-01 12:37
suss21-Jul-01 12:37 
GeneralRe: Extending SIP Pin
Anders Molin21-Jul-01 12:45
professionalAnders Molin21-Jul-01 12:45 
GeneralExtending SIP Pin
21-Jul-01 10:46
suss21-Jul-01 10:46 
QuestionAdding time in a loop,, is it possible??? Pin
mr200321-Jul-01 7:52
mr200321-Jul-01 7:52 
AnswerRe: Adding time in a loop,, is it possible??? Pin
Michael Dunn21-Jul-01 8:05
sitebuilderMichael Dunn21-Jul-01 8:05 
AnswerRe: Adding time in a loop,, is it possible??? Pin
21-Jul-01 19:52
suss21-Jul-01 19:52 
GeneralColoring ListBox entries & Date Picking... Pin
Simon Judge21-Jul-01 7:49
Simon Judge21-Jul-01 7:49 
GeneralPath Info Pin
21-Jul-01 4:03
suss21-Jul-01 4:03 
GeneralRe: Path Info Pin
Joaquín M López Muñoz21-Jul-01 5:13
Joaquín M López Muñoz21-Jul-01 5:13 
QuestionHow can I broadcast a mpeg vedio or mp3 to the LAN Pin
21-Jul-01 1:42
suss21-Jul-01 1:42 
AnswerRe: How can I broadcast a mpeg vedio or mp3 to the LAN Pin
Matt Newman23-Jul-01 16:59
Matt Newman23-Jul-01 16:59 
GeneralRe: How can I broadcast a mpeg vedio or mp3 to the LAN Pin
attckboy24-Jul-01 2:01
attckboy24-Jul-01 2:01 
GeneralRe: How can I broadcast a mpeg vedio or mp3 to the LAN Pin
Matt Newman24-Jul-01 7:25
Matt Newman24-Jul-01 7:25 
GeneralRe: How can I broadcast a mpeg vedio or mp3 to the LAN Pin
attckboy24-Jul-01 16:48
attckboy24-Jul-01 16:48 
GeneralColorful windows Pin
20-Jul-01 22:40
suss20-Jul-01 22:40 
GeneralRe: Colorful windows Pin
attckboy21-Jul-01 4:06
attckboy21-Jul-01 4:06 
GeneralWin2k don't like my coding... Pin
Andreas Philipson20-Jul-01 15:01
Andreas Philipson20-Jul-01 15:01 
I'm trying to change the font in the OnDraw function in a view:

if (m_fontLarge == NULL)
m_fontLarge->CreatePointFont (10 * (m_nLeftWidth-2), "Tahoma", pDC);
CFont *old_font = pDC->SelectObject (m_fontLarge);

and win2k just tells me that it won't allow this to happen and shuts down the application... and the same thing happens when I try setting a new brush...

Any ideas of why?

Andreas Philipson

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.