Click here to Skip to main content
15,911,715 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: setlocale() doesn't work! Pin
Richard MacCutchan7-Sep-10 10:10
mveRichard MacCutchan7-Sep-10 10:10 
GeneralRe: setlocale() doesn't work! Pin
Green Fuze7-Sep-10 10:17
Green Fuze7-Sep-10 10:17 
GeneralRe: setlocale() doesn't work! Pin
Richard MacCutchan7-Sep-10 12:14
mveRichard MacCutchan7-Sep-10 12:14 
GeneralRe: setlocale() doesn't work! Pin
Green Fuze7-Sep-10 20:41
Green Fuze7-Sep-10 20:41 
GeneralRe: setlocale() doesn't work! Pin
Richard MacCutchan8-Sep-10 2:54
mveRichard MacCutchan8-Sep-10 2:54 
AnswerRe: setlocale() doesn't work! Pin
Aescleal7-Sep-10 21:20
Aescleal7-Sep-10 21:20 
Questiontoolbars retain old settings Pin
rayjoslyn7-Sep-10 8:40
rayjoslyn7-Sep-10 8:40 
AnswerRe: toolbars retain old settings Pin
sashoalm8-Sep-10 4:41
sashoalm8-Sep-10 4:41 
I'm not sure what you mean by 'changes in the toolbar' (is it the layout you mean?), but what likely is happening is that when you make changes in your code, you change only the *default* layout. Your program first initializes the layout as your code specifies (the default layout), and then looks for user-customized layout. Since one is available, it *overrides* the changes you have made to your code.

Again (if this is what I'm thinking it is), your code only sets the initial, default layout. If there is user-customized layout it supersedes it. I think this is how it's supposed to work.
There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition.
Blaise Pascal

GeneralRe: toolbars retain old settings Pin
rayjoslyn8-Sep-10 7:37
rayjoslyn8-Sep-10 7:37 
GeneralRe: toolbars retain old settings Pin
sashoalm8-Sep-10 19:54
sashoalm8-Sep-10 19:54 
GeneralRe: toolbars retain old settings Pin
rayjoslyn9-Sep-10 3:15
rayjoslyn9-Sep-10 3:15 
GeneralRe: toolbars retain old settings Pin
sashoalm9-Sep-10 21:14
sashoalm9-Sep-10 21:14 
Questionprob with coordinates Pin
Krauze7-Sep-10 4:53
Krauze7-Sep-10 4:53 
AnswerRe: prob with coordinates Pin
Maximilien7-Sep-10 5:02
Maximilien7-Sep-10 5:02 
GeneralRe: prob with coordinates Pin
Krauze7-Sep-10 5:06
Krauze7-Sep-10 5:06 
AnswerRe: prob with coordinates Pin
Chris Losinger7-Sep-10 5:19
professionalChris Losinger7-Sep-10 5:19 
GeneralRe: prob with coordinates Pin
Krauze7-Sep-10 16:30
Krauze7-Sep-10 16:30 
QuestionPopulate Menu from file Pin
AbhiHcl7-Sep-10 2:50
AbhiHcl7-Sep-10 2:50 
AnswerRe: Populate Menu from file Pin
Richard MacCutchan7-Sep-10 4:34
mveRichard MacCutchan7-Sep-10 4:34 
QuestionHow can find double clicked item or subitem of ListCtrl? Pin
Le@rner7-Sep-10 2:39
Le@rner7-Sep-10 2:39 
AnswerRe: How can find double clicked item or subitem of ListCtrl? Pin
Richard MacCutchan7-Sep-10 4:37
mveRichard MacCutchan7-Sep-10 4:37 
QuestionRe: How can find double clicked item or subitem of ListCtrl? Pin
David Crow7-Sep-10 5:55
David Crow7-Sep-10 5:55 
QuestionMessage Removed Pin
6-Sep-10 18:34
tanu misra6-Sep-10 18:34 
AnswerCross-post alert Pin
Peter_in_27806-Sep-10 18:58
professionalPeter_in_27806-Sep-10 18:58 
Questionneed a waitable queue class, thread safe Pin
followait6-Sep-10 5:41
followait6-Sep-10 5:41 

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.