Click here to Skip to main content
15,895,656 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: unicode to ascii Pin
David Crow5-Feb-07 3:17
David Crow5-Feb-07 3:17 
AnswerRe: unicode to ascii Pin
toxcct5-Feb-07 4:19
toxcct5-Feb-07 4:19 
AnswerRe: unicode to ascii Pin
ThatsAlok6-Feb-07 20:14
ThatsAlok6-Feb-07 20:14 
QuestionStatusBar Question in MFC Pin
T.RATHA KRISHNAN4-Feb-07 22:34
T.RATHA KRISHNAN4-Feb-07 22:34 
AnswerRe: StatusBar Question in MFC Pin
kasturi_haribabu4-Feb-07 23:10
kasturi_haribabu4-Feb-07 23:10 
AnswerRe: StatusBar Question in MFC Pin
freeman8685-Feb-07 15:11
freeman8685-Feb-07 15:11 
QuestionRe: StatusBar Question in MFC [modified] Pin
T.RATHA KRISHNAN5-Feb-07 21:10
T.RATHA KRISHNAN5-Feb-07 21:10 
AnswerRe: StatusBar Question in MFC [modified] Pin
freeman8685-Feb-07 22:29
freeman8685-Feb-07 22:29 
Oh, dear friend, I think u've made a mistake! In my opinion, the CDoc class in your project is constructed before the CMainFrame class, and the status bar is created in Oncreate() function of the CMainFrame class. So, you'd used a status object before you created it. Am I right?

OK, U can resolve this by many methods.there r 2 simple resolutions follow:
1. U can do this in the CMainFrame class after the status bar object is created.
2. U can do it in the CView class as the same.






-- modified at 4:36 Tuesday 6th February, 2007

freeman

QuestionHow can I get the Resource ID I want? Pin
freeman8684-Feb-07 22:32
freeman8684-Feb-07 22:32 
AnswerRe: How can I get the Resource ID I want? Pin
toxcct4-Feb-07 22:59
toxcct4-Feb-07 22:59 
GeneralRe: How can I get the Resource ID I want? Pin
freeman8685-Feb-07 13:09
freeman8685-Feb-07 13:09 
AnswerRe: How can I get the Resource ID I want? Pin
kasturi_haribabu4-Feb-07 23:02
kasturi_haribabu4-Feb-07 23:02 
GeneralRe: How can I get the Resource ID I want? Pin
freeman8685-Feb-07 13:10
freeman8685-Feb-07 13:10 
AnswerRe: How can I get the Resource ID I want? Pin
Hamid_RT5-Feb-07 7:29
Hamid_RT5-Feb-07 7:29 
GeneralRe: How can I get the Resource ID I want? Pin
freeman8685-Feb-07 13:13
freeman8685-Feb-07 13:13 
GeneralRe: How can I get the Resource ID I want? Pin
Hamid_RT5-Feb-07 19:21
Hamid_RT5-Feb-07 19:21 
AnswerRe: How can I get the Resource ID I want? Pin
Michael Dunn5-Feb-07 10:03
sitebuilderMichael Dunn5-Feb-07 10:03 
GeneralRe: How can I get the Resource ID I want? Pin
freeman8685-Feb-07 13:07
freeman8685-Feb-07 13:07 
Questionhi unicode problem Pin
aaaan4-Feb-07 22:32
aaaan4-Feb-07 22:32 
AnswerRe: hi unicode problem Pin
Naveen5-Feb-07 0:35
Naveen5-Feb-07 0:35 
AnswerRe: hi unicode problem Pin
Hamid_RT5-Feb-07 7:24
Hamid_RT5-Feb-07 7:24 
AnswerRe: hi unicode problem Pin
Michael Dunn5-Feb-07 10:04
sitebuilderMichael Dunn5-Feb-07 10:04 
General\r\n -confused [modified] Pin
Michael Pauli4-Feb-07 22:18
Michael Pauli4-Feb-07 22:18 
GeneralRe: \r\n -confused Pin
Bradml4-Feb-07 22:25
Bradml4-Feb-07 22:25 
GeneralRe: \r\n -confused Pin
Michael Pauli5-Feb-07 1:02
Michael Pauli5-Feb-07 1:02 

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.