Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhy .net create new project error? Pin
willyfu16-Jan-05 14:40
willyfu16-Jan-05 14:40 
QuestionModeless dialog receiving unwanted messages? Pin
Cpt Rick16-Jan-05 14:11
Cpt Rick16-Jan-05 14:11 
QuestionControl Messages and Direct/Indirect Parent Window? Pin
Maverick16-Jan-05 13:37
Maverick16-Jan-05 13:37 
GeneralCListCtrl ItemSelected Notification... Pin
Maverick16-Jan-05 13:23
Maverick16-Jan-05 13:23 
GeneralRe: CListCtrl ItemSelected Notification... Pin
PJ Arends16-Jan-05 13:47
professionalPJ Arends16-Jan-05 13:47 
GeneralDifference between SBP_LOWERTRACKHORZ and SBP_UPPERTRACKHORZ Pin
Luis Mejia16-Jan-05 12:24
Luis Mejia16-Jan-05 12:24 
GeneralIcon Serialization Pin
smcd16-Jan-05 9:47
smcd16-Jan-05 9:47 
QuestionHow to write an IDE Context Manager Pin
fabiocannizzo16-Jan-05 7:36
fabiocannizzo16-Jan-05 7:36 
If you look at how Visual Studio behaves, you sure noticed that the layout and content of the GUI is context dependent.

For instance, while you compile some commands are not available. While you debug, the debug toolbar appears by magic and disappear again when you exit debugging. If during a debug session you open the "View Register" dialog, next time you debug the IDE will propose you the same dialog in the same screen position. If we are editing a dialog box resource, then some specific toolbox appear.

Depending on what you are doing, Visual Studio changes the set of toolbars, menu and views available to you. It also remember your preferences about screen positioning.

Does anybody have an idea about to write a Context Manager, which is also persistent (if you close and reopen VS, it will still remember your preferences).

Thanks

Regards,
Fabio
AnswerRe: How to write an IDE Context Manager Pin
Roger Allen16-Jan-05 23:27
Roger Allen16-Jan-05 23:27 
GeneralRe: How to write an IDE Context Manager Pin
Anonymous17-Jan-05 5:57
Anonymous17-Jan-05 5:57 
GeneralMoving the caret in a CRichEditCtrl Pin
dlarkin7716-Jan-05 5:22
dlarkin7716-Jan-05 5:22 
GeneralRe: Moving the caret in a CRichEditCtrl Pin
rodgersgb15-Apr-05 16:24
rodgersgb15-Apr-05 16:24 
GeneralChanging Background Color of edit box in VC++ Pin
phijophlip16-Jan-05 2:15
phijophlip16-Jan-05 2:15 
GeneralRe: Changing Background Color of edit box in VC++ Pin
Gary R. Wheeler16-Jan-05 3:40
Gary R. Wheeler16-Jan-05 3:40 
QuestionPassword edit control with dots? Pin
Dominik Reichl16-Jan-05 1:06
Dominik Reichl16-Jan-05 1:06 
GeneralMDI problem Pin
KUNGFUMASTA15-Jan-05 21:14
sussKUNGFUMASTA15-Jan-05 21:14 
GeneralRe: MDI problem Pin
KUNGFUMASTA15-Jan-05 21:16
sussKUNGFUMASTA15-Jan-05 21:16 
GeneralRe: MDI problem Pin
nm_11416-Jan-05 17:02
nm_11416-Jan-05 17:02 
GeneralRe: MDI problem Pin
KUNGFUMASTA16-Jan-05 17:46
sussKUNGFUMASTA16-Jan-05 17:46 
Generaldatabase and recordbinding Pin
Anonymous15-Jan-05 18:30
Anonymous15-Jan-05 18:30 
Questionhow to modify the status of objects in richedit control Pin
o0o15-Jan-05 18:07
o0o15-Jan-05 18:07 
GeneralDICOM Pin
Member 78583215-Jan-05 18:00
Member 78583215-Jan-05 18:00 
QuestionHow to change a pixel of a raw image Pin
Adeeler15-Jan-05 16:41
Adeeler15-Jan-05 16:41 
AnswerRe: How to change a pixel of a raw image Pin
Christian Graus16-Jan-05 11:33
protectorChristian Graus16-Jan-05 11:33 
GeneralMultithreading Strategy Qs Pin
KnaveR77715-Jan-05 15:08
KnaveR77715-Jan-05 15:08 

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.