Click here to Skip to main content
15,914,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: any way of dynamically adding and removing pages from a CPropertySheet??? Pin
Tomasz Sowinski7-Nov-01 1:06
Tomasz Sowinski7-Nov-01 1:06 
GeneralStartup Pin
Peter Liddle6-Nov-01 11:30
Peter Liddle6-Nov-01 11:30 
GeneralRe: Startup Pin
Ravi Bhavnani6-Nov-01 11:42
professionalRavi Bhavnani6-Nov-01 11:42 
GeneralRe: Startup Pin
Anders Molin6-Nov-01 11:46
professionalAnders Molin6-Nov-01 11:46 
GeneralRe: Startup Pin
Ravi Bhavnani6-Nov-01 12:02
professionalRavi Bhavnani6-Nov-01 12:02 
GeneralRe: Startup Pin
Christian Graus6-Nov-01 11:44
protectorChristian Graus6-Nov-01 11:44 
GeneralRe: Startup Pin
Nish Nishant6-Nov-01 21:33
sitebuilderNish Nishant6-Nov-01 21:33 
GeneralDisappearing Act Pin
Stephen Caldwell6-Nov-01 11:29
Stephen Caldwell6-Nov-01 11:29 
GeneralReappearing Act Pin
Alvaro Mendez6-Nov-01 12:17
Alvaro Mendez6-Nov-01 12:17 
QuestionCombobox list height? Pin
clintsinger6-Nov-01 11:03
clintsinger6-Nov-01 11:03 
AnswerRe: Combobox list height? Pin
Joaquín M López Muñoz6-Nov-01 12:35
Joaquín M López Muñoz6-Nov-01 12:35 
GeneralRe: Combobox list height? Pin
clintsinger6-Nov-01 18:40
clintsinger6-Nov-01 18:40 
GeneralRe: Combobox list height? Pin
Joaquín M López Muñoz6-Nov-01 19:57
Joaquín M López Muñoz6-Nov-01 19:57 
GeneralRe: Combobox list height? Pin
clintsinger7-Nov-01 6:03
clintsinger7-Nov-01 6:03 
GeneralFrom one ListBox to another Pin
Monica6-Nov-01 10:54
Monica6-Nov-01 10:54 
GeneralRe: From one ListBox to another Pin
Ravi Bhavnani6-Nov-01 11:03
professionalRavi Bhavnani6-Nov-01 11:03 
GeneralListBoxes and the magic of VKeyToItem() Pin
Andrew Stampor6-Nov-01 10:50
Andrew Stampor6-Nov-01 10:50 
GeneralRe: ListBoxes and the magic of VKeyToItem() Pin
Ravi Bhavnani6-Nov-01 11:15
professionalRavi Bhavnani6-Nov-01 11:15 
GeneralRe: ListBoxes and the magic of VKeyToItem() Pin
Andrew Stampor6-Nov-01 11:26
Andrew Stampor6-Nov-01 11:26 
GeneralSetCapture hell Pin
Christian Graus6-Nov-01 10:41
protectorChristian Graus6-Nov-01 10:41 
GeneralRe: SetCapture hell Pin
Andrew Peace6-Nov-01 13:27
Andrew Peace6-Nov-01 13:27 
GeneralRe: SetCapture hell Pin
Jon Hulatt6-Nov-01 22:16
Jon Hulatt6-Nov-01 22:16 
Generalbrowser Pin
6-Nov-01 9:45
suss6-Nov-01 9:45 
General#include "everything.h" Pin
Jamie Hale6-Nov-01 9:18
Jamie Hale6-Nov-01 9:18 
GeneralRe: #include "everything.h" Pin
PJ Arends6-Nov-01 9:31
professionalPJ Arends6-Nov-01 9:31 
If you want to include everything.h in every cpp file, why not just include everything.h in stdafx.h (will speed up compiles). Ahh you say, "but then stdafx will get rebuilt everytime I make a change to a single header file". Yes, but then every file will be rebuilt any way.

Include only the header files you need in the cpp file, do not include extra unneed stuff, it will only slow you down. IMHO.

---
It may be that your sole purpose in life is simply to serve as a warning to others.


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.