Click here to Skip to main content
15,889,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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
GeneralRe: Win2k don't like my coding... Pin
Matt Gullett20-Jul-01 15:33
Matt Gullett20-Jul-01 15:33 
GeneralRe: Win2k don't like my coding... Pin
Erik Funkenbusch20-Jul-01 20:42
Erik Funkenbusch20-Jul-01 20:42 
GeneralTFTP Pin
Nace Reader20-Jul-01 13:54
Nace Reader20-Jul-01 13:54 
QuestionHow to send a message to application Pin
20-Jul-01 13:45
suss20-Jul-01 13:45 
AnswerRe: How to send a message to application Pin
20-Jul-01 13:49
suss20-Jul-01 13:49 
GeneralRe: How to send a message to application Pin
21-Jul-01 7:03
suss21-Jul-01 7:03 
GeneralRe: How to send a message to application Pin
Ben Burnett21-Jul-01 8:22
Ben Burnett21-Jul-01 8:22 
QuestionHow do I display a bitmap in MFC? Pin
20-Jul-01 12:13
suss20-Jul-01 12:13 
GeneralNNTP Picture newsgroup Pin
Amit Dey20-Jul-01 12:00
Amit Dey20-Jul-01 12:00 
GeneralRe: NNTP Picture newsgroup Pin
Anders Molin21-Jul-01 0:52
professionalAnders Molin21-Jul-01 0:52 
GeneralRe: NNTP Picture newsgroup Pin
Amit Dey21-Jul-01 1:13
Amit Dey21-Jul-01 1:13 
GeneralRe: NNTP Picture newsgroup Pin
Anders Molin21-Jul-01 11:40
professionalAnders Molin21-Jul-01 11:40 
GeneralRe: NNTP Picture newsgroup Pin
21-Jul-01 19:49
suss21-Jul-01 19:49 
GeneralProgress bars. Pin
John Uhlenbrock20-Jul-01 10:57
John Uhlenbrock20-Jul-01 10:57 
GeneralOO Question Pin
20-Jul-01 8:54
suss20-Jul-01 8:54 
GeneralRe: OO Question Pin
Carlos Antollini20-Jul-01 9:56
Carlos Antollini20-Jul-01 9:56 
GeneralFocus question Pin
20-Jul-01 7:12
suss20-Jul-01 7:12 

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.