Click here to Skip to main content
15,910,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPossible to use CFontDialog in PropertySheet? Pin
michael thomas23-Feb-03 12:42
michael thomas23-Feb-03 12:42 
AnswerRe: Possible to use CFontDialog in PropertySheet? Pin
valikac23-Feb-03 15:20
valikac23-Feb-03 15:20 
AnswerRe: Possible to use CFontDialog in PropertySheet? Pin
ROK_RShadow23-Feb-03 17:24
ROK_RShadow23-Feb-03 17:24 
AnswerRe: Possible to use CFontDialog in PropertySheet? Pin
Joan M23-Feb-03 21:40
professionalJoan M23-Feb-03 21:40 
GeneralBinary Heap implementation Pin
GabyGirl23-Feb-03 12:41
GabyGirl23-Feb-03 12:41 
GeneralRe: Binary Heap implementation Pin
Neville Franks24-Feb-03 1:18
Neville Franks24-Feb-03 1:18 
GeneralHere's an easy one for you guys.... Pin
Sheshi23-Feb-03 10:52
Sheshi23-Feb-03 10:52 
GeneralRe: Here's an easy one for you guys.... Pin
Larry Antram23-Feb-03 11:00
Larry Antram23-Feb-03 11:00 
How about...

int nLargest = 0;
for( int i = 0; i < ARRAY_SIZE; i++ )
    nLargest = __max( nLargest, ARRAY_ELEM[ i ] );
???
GeneralRe: Here's an easy one for you guys.... Pin
Maximilien23-Feb-03 11:03
Maximilien23-Feb-03 11:03 
QuestionGetting rid of this warning? Pin
User 665823-Feb-03 10:37
User 665823-Feb-03 10:37 
AnswerRe: Getting rid of this warning? Pin
Dave Bryant23-Feb-03 10:50
Dave Bryant23-Feb-03 10:50 
GeneralRe: Getting rid of this warning? Pin
User 665823-Feb-03 11:02
User 665823-Feb-03 11:02 
GeneralNeed help in print preview Pin
Dudi Avramov23-Feb-03 9:32
Dudi Avramov23-Feb-03 9:32 
GeneralNeed help getting past a VC++7 compiler error Pin
Jase Jennings23-Feb-03 8:35
Jase Jennings23-Feb-03 8:35 
GeneralRe: Need help getting past a VC++7 compiler error Pin
Stephane Rodriguez.23-Feb-03 9:26
Stephane Rodriguez.23-Feb-03 9:26 
GeneralRe: Need help getting past a VC++7 compiler error Pin
Jase Jennings23-Feb-03 10:34
Jase Jennings23-Feb-03 10:34 
QuestionHow do I handle multiple bitmaps in memory? Pin
Iceman23-Feb-03 8:15
Iceman23-Feb-03 8:15 
AnswerRe: How do I handle multiple bitmaps in memory? Pin
MAAK23-Feb-03 9:53
MAAK23-Feb-03 9:53 
QuestionCan I add picture with SetBitmap function ? Pin
Alexej23-Feb-03 8:08
Alexej23-Feb-03 8:08 
AnswerRe: Can I add picture with SetBitmap function ? Pin
MAAK23-Feb-03 9:10
MAAK23-Feb-03 9:10 
Generalwhich function is in the middle of ... Pin
includeh1023-Feb-03 8:06
includeh1023-Feb-03 8:06 
GeneralRe: which function is in the middle of ... Pin
Stephane Rodriguez.23-Feb-03 9:32
Stephane Rodriguez.23-Feb-03 9:32 
GeneralCDROM manage Pin
Anonymous23-Feb-03 6:20
Anonymous23-Feb-03 6:20 
GeneralPlease Help! c++ newbie Pin
Pete Forster23-Feb-03 5:30
sussPete Forster23-Feb-03 5:30 
GeneralRe: Please Help! c++ newbie Pin
valikac23-Feb-03 7:46
valikac23-Feb-03 7:46 

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.