Click here to Skip to main content
15,891,767 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Closing dialog Pin
Hans Ruck19-Jan-04 2:27
Hans Ruck19-Jan-04 2:27 
GeneralChange the name of Child Window in MDI Pin
swarnamanoo18-Jan-04 23:16
swarnamanoo18-Jan-04 23:16 
GeneralRe: Change the name of Child Window in MDI Pin
Adi Narayana19-Jan-04 1:48
Adi Narayana19-Jan-04 1:48 
GeneralRe: Change the name of Child Window in MDI Pin
22491719-Jan-04 1:53
22491719-Jan-04 1:53 
QuestionApplication Fails on Users Comp. How to understand what is happend ? Pin
alexcoder18-Jan-04 22:13
alexcoder18-Jan-04 22:13 
AnswerRe: Application Fails on Users Comp. How to understand what is happend ? Pin
22491719-Jan-04 0:43
22491719-Jan-04 0:43 
Generalsprintf Pin
styve18-Jan-04 21:04
styve18-Jan-04 21:04 
GeneralRe: sprintf Pin
Michael P Butler18-Jan-04 21:22
Michael P Butler18-Jan-04 21:22 
sprintf(szBuffer, "09:03:43 Stefan %d", nMyValue);

or if nMyValue is a long

sprintf(szBuffer, "09:03:43 Stefan %ld", nMyValue);

or if the other values are also variable

sprintf(szBuffer, "%s %s %ld", szTime, szName, nMyValue);



Michael

But you know when the truth is told,
That you can get what you want or you can just get old,
Your're going to kick off before you even get halfway through.
When will you realise... Vienna waits for you?
- "The Stranger," Billy Joel
GeneralRe: sprintf Pin
styve19-Jan-04 3:07
styve19-Jan-04 3:07 
GeneralUsing MS Calendar control without resource editor Pin
Anonymous18-Jan-04 20:55
Anonymous18-Jan-04 20:55 
GeneralRe: Using MS Calendar control without resource editor Pin
lynhoo18-Jan-04 21:29
lynhoo18-Jan-04 21:29 
QuestionMFC: customize CFrameWnd background. How? Pin
lobanovski18-Jan-04 20:21
lobanovski18-Jan-04 20:21 
AnswerRe: MFC: customize CFrameWnd background. How? Pin
PJ Arends18-Jan-04 20:39
professionalPJ Arends18-Jan-04 20:39 
GeneralRe: MFC: customize CFrameWnd background. How? Pin
lobanovski18-Jan-04 21:49
lobanovski18-Jan-04 21:49 
GeneralRule Editor code Pin
quzi18-Jan-04 20:02
quzi18-Jan-04 20:02 
GeneralXML-GUI Pin
Jerome Conus18-Jan-04 19:23
Jerome Conus18-Jan-04 19:23 
Generalseparating words in a string Pin
crimsonclear18-Jan-04 19:16
crimsonclear18-Jan-04 19:16 
GeneralRe: separating words in a string Pin
Jijo.Raj18-Jan-04 22:24
Jijo.Raj18-Jan-04 22:24 
GeneralRe: separating words in a string Pin
Sumit Kapoor19-Jan-04 2:17
Sumit Kapoor19-Jan-04 2:17 
GeneralRe: separating words in a string Pin
22491719-Jan-04 2:18
22491719-Jan-04 2:18 
GeneralRe: separating words in a string Pin
David Crow19-Jan-04 2:32
David Crow19-Jan-04 2:32 
Generalclosing an application Pin
misha_grewal18-Jan-04 18:36
misha_grewal18-Jan-04 18:36 
GeneralRe: closing an application Pin
Michael Dunn18-Jan-04 19:41
sitebuilderMichael Dunn18-Jan-04 19:41 
GeneralafxMapHWND() returns null in CWnd::AssertValid Pin
wilsonian18-Jan-04 17:42
wilsonian18-Jan-04 17:42 
GeneralRe: afxMapHWND() returns null in CWnd::AssertValid Pin
Monty218-Jan-04 18:41
Monty218-Jan-04 18: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.