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

C / C++ / MFC

 
AnswerRe: Runtime Compression Pin
Saurabh.Garg25-Mar-06 0:48
Saurabh.Garg25-Mar-06 0:48 
GeneralRe: Runtime Compression Pin
Waldermort25-Mar-06 1:28
Waldermort25-Mar-06 1:28 
AnswerRe: Runtime Compression Pin
Hamid_RT25-Mar-06 1:34
Hamid_RT25-Mar-06 1:34 
QuestionFlat DateTimePicker Class Pin
mikobi24-Mar-06 20:31
mikobi24-Mar-06 20:31 
AnswerRe: Flat DateTimePicker Class Pin
mikobi25-Mar-06 3:16
mikobi25-Mar-06 3:16 
Questionproblem with m_strCursor Pin
Kranti125198424-Mar-06 20:21
Kranti125198424-Mar-06 20:21 
QuestionVS2005 - ellipsis in a macro Pin
Chintoo72324-Mar-06 18:42
Chintoo72324-Mar-06 18:42 
AnswerRe: VS2005 - ellipsis in a macro Pin
Michael Dunn25-Mar-06 0:23
sitebuilderMichael Dunn25-Mar-06 0:23 
VC8 does support it, you've got the syntax wrong though. It should be
#define foo(fmt,...) _snprintf(str,fmt,<font color=red>__VA_ARGS__</font>)
More info[^]

--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
GeneralRe: VS2005 - ellipsis in a macro Pin
Chintoo72325-Mar-06 22:50
Chintoo72325-Mar-06 22:50 
GeneralRe: VS2005 - ellipsis in a macro Pin
Michael Dunn26-Mar-06 12:22
sitebuilderMichael Dunn26-Mar-06 12:22 
QuestionLan Connection Pin
vivek.s.vivek24-Mar-06 17:55
vivek.s.vivek24-Mar-06 17:55 
AnswerRe: Lan Connection Pin
ThatsAlok24-Mar-06 18:52
ThatsAlok24-Mar-06 18:52 
AnswerRe: Lan Connection Pin
Ganesh_T24-Mar-06 23:03
Ganesh_T24-Mar-06 23:03 
GeneralRe: Lan Connection Pin
ThatsAlok25-Mar-06 5:59
ThatsAlok25-Mar-06 5:59 
QuestionHow do I magnify a section fo the screen? Pin
Rapture2k424-Mar-06 15:50
Rapture2k424-Mar-06 15:50 
AnswerRe: How do I magnify a section fo the screen? Pin
includeh1025-Mar-06 0:10
includeh1025-Mar-06 0:10 
GeneralRe: How do I magnify a section fo the screen? Pin
Rapture2k425-Mar-06 0:43
Rapture2k425-Mar-06 0:43 
GeneralRe: How do I magnify a section fo the screen? Pin
includeh1025-Mar-06 1:26
includeh1025-Mar-06 1:26 
Questioni want to develop a GUI Pin
ashalab24-Mar-06 15:06
ashalab24-Mar-06 15:06 
AnswerRe: i want to develop a GUI Pin
Aqueel24-Mar-06 17:52
Aqueel24-Mar-06 17:52 
GeneralRe: i want to develop a GUI Pin
ThatsAlok24-Mar-06 18:54
ThatsAlok24-Mar-06 18:54 
AnswerRe: i want to develop a GUI Pin
ThatsAlok24-Mar-06 18:56
ThatsAlok24-Mar-06 18:56 
QuestionHow to change Default color Buttons Without CBitmap? Pin
CodeVarma24-Mar-06 13:22
CodeVarma24-Mar-06 13:22 
AnswerRe: How to change Default color Buttons Without CBitmap? Pin
Hamid_RT24-Mar-06 17:45
Hamid_RT24-Mar-06 17:45 
QuestionQuestion about string case insensitive Pin
Helen Chang24-Mar-06 9:55
Helen Chang24-Mar-06 9:55 

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.