Click here to Skip to main content
15,890,670 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to create Barchart ? Pin
pubududilena9-Nov-04 20:02
pubududilena9-Nov-04 20:02 
AnswerRe: How to create Barchart ? Pin
David Crow10-Nov-04 4:08
David Crow10-Nov-04 4:08 
GeneralRe: How to create Barchart ? Pin
pubududilena10-Nov-04 17:27
pubududilena10-Nov-04 17:27 
Generalplz help!!!!! Pin
namaskaaram9-Nov-04 20:01
namaskaaram9-Nov-04 20:01 
GeneralRe: plz help!!!!! Pin
ThatsAlok9-Nov-04 22:24
ThatsAlok9-Nov-04 22:24 
GeneralRe: plz help!!!!! Pin
namaskaaram10-Nov-04 18:51
namaskaaram10-Nov-04 18:51 
Generalmfc... Pin
bektek9-Nov-04 19:06
bektek9-Nov-04 19:06 
GeneralRe: mfc... Pin
peterchen9-Nov-04 20:05
peterchen9-Nov-04 20:05 
(1) Doc/View shows to many tradeoffs. If your project does not fit the proposed model exactly, forget it, don't use it.
(I wouldn't go as far as to say it is seriously hosed, but only because I'm feeling nice and cheery today.)

(2) Learn Win32 API (I think this is still a valuable trait). Win32 is a fairly flat interface (99% of the time you will use 1% of the API), so the basics are easy to understand. don't bother with window creation to much, it's a bit trickier than the rest.

(3) See how MFC "wraps" this - e.g. how CWnd relates to a HWND (If you ask me, they should have used smart pointers[^] Sigh | :sigh: )

(4) Write a Doc/View Framework that is really usable! (evil snicker)




we are here to help each other get through this thing, whatever it is Vonnegut jr.
boost your code || Fold With Us! || sighist | doxygen

GeneralRe: mfc Pin
pc_dev9-Nov-04 20:18
pc_dev9-Nov-04 20:18 
GeneralRe: mfc Pin
dada_buley9-Nov-04 20:42
dada_buley9-Nov-04 20:42 
GeneralRe: mfc Pin
John R. Shaw10-Nov-04 7:02
John R. Shaw10-Nov-04 7:02 
GeneralThanks all... Pin
bektek9-Nov-04 20:43
bektek9-Nov-04 20:43 
GeneralRe: mfc Pin
Robert M Greene10-Nov-04 8:20
Robert M Greene10-Nov-04 8:20 
GeneralNotification about system shutdown Pin
Vancouver9-Nov-04 17:50
Vancouver9-Nov-04 17:50 
GeneralRe: Notification about system shutdown Pin
ThatsAlok9-Nov-04 18:18
ThatsAlok9-Nov-04 18:18 
GeneralRe: Notification about system shutdown Pin
Vancouver9-Nov-04 18:26
Vancouver9-Nov-04 18:26 
GeneralTrapping keystrokes globally Pin
Vancouver9-Nov-04 17:40
Vancouver9-Nov-04 17:40 
GeneralRe: Trapping keystrokes globally Pin
ThatsAlok9-Nov-04 18:11
ThatsAlok9-Nov-04 18:11 
GeneralRe: Trapping keystrokes globally Pin
Vancouver9-Nov-04 18:42
Vancouver9-Nov-04 18:42 
GeneralRe: Trapping keystrokes globally Pin
ThatsAlok9-Nov-04 18:59
ThatsAlok9-Nov-04 18:59 
GeneralWindows Forms Pin
NormBohana9-Nov-04 17:14
NormBohana9-Nov-04 17:14 
GeneralCleaning up memory Pin
mdykstra9-Nov-04 17:00
mdykstra9-Nov-04 17:00 
GeneralRe: Cleaning up memory Pin
David Crow10-Nov-04 4:17
David Crow10-Nov-04 4:17 
GeneralRe: Cleaning up memory Pin
John R. Shaw10-Nov-04 7:19
John R. Shaw10-Nov-04 7:19 
Questionhow to get finished time for sound Pin
vc-programmer-9-Nov-04 16:52
vc-programmer-9-Nov-04 16:52 

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.