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

C / C++ / MFC

 
AnswerRe: document support in MFC dll Pin
Niklas L20-Aug-10 5:46
Niklas L20-Aug-10 5:46 
QuestionHow i can change the width of scrollbar in MFC SDI application? [Moved] Pin
humais20-Aug-10 4:04
humais20-Aug-10 4:04 
AnswerRe: How i can change the width of scrollbar in MFC SDI application? Pin
Nish Nishant20-Aug-10 6:30
sitebuilderNish Nishant20-Aug-10 6:30 
AnswerRe: How i can change the width of scrollbar in MFC SDI application? [Moved] Pin
Niklas L23-Aug-10 2:29
Niklas L23-Aug-10 2:29 
Questionargument pointer CRuntimeClass Pin
mesajflaviu20-Aug-10 1:34
mesajflaviu20-Aug-10 1:34 
AnswerRe: argument pointer CRuntimeClass Pin
Eugen Podsypalnikov20-Aug-10 1:55
Eugen Podsypalnikov20-Aug-10 1:55 
GeneralRe: argument pointer CRuntimeClass [modified] Pin
mesajflaviu20-Aug-10 2:12
mesajflaviu20-Aug-10 2:12 
JokeRe: argument pointer CRuntimeClass Pin
Eugen Podsypalnikov20-Aug-10 2:24
Eugen Podsypalnikov20-Aug-10 2:24 
There are many ways, of course...
...but only "one" C++ language (with its ethics (guidelines)) Smile | :)

(in very critical cases
can be used also CObject::IsKindOf(..) or DYNAMIC_DOWNCAST(..),
but it is preferred, to use the virtuality, where it is possible.
Also we should take care to incapsulate the object members... Smile | :) )
virtual void BeHappy() = 0;

QuestionModal dialog with MSFlexGrid is not opening Pin
manoharbalu19-Aug-10 23:58
manoharbalu19-Aug-10 23:58 
AnswerRe: Modal dialog with MSFlexGrid is not opening Pin
CPallini20-Aug-10 0:03
mveCPallini20-Aug-10 0:03 
GeneralRe: Modal dialog with MSFlexGrid is not opening Pin
manoharbalu20-Aug-10 0:18
manoharbalu20-Aug-10 0:18 
GeneralRe: Modal dialog with MSFlexGrid is not opening Pin
CPallini20-Aug-10 0:42
mveCPallini20-Aug-10 0:42 
GeneralRe: Modal dialog with MSFlexGrid is not opening Pin
Cedric Moonen20-Aug-10 0:54
Cedric Moonen20-Aug-10 0:54 
AnswerRe: Modal dialog with MSFlexGrid is not opening Pin
Cedric Moonen20-Aug-10 0:52
Cedric Moonen20-Aug-10 0:52 
GeneralRe: Modal dialog with MSFlexGrid is not opening Pin
manoharbalu20-Aug-10 0:58
manoharbalu20-Aug-10 0:58 
GeneralRe: Modal dialog with MSFlexGrid is not opening Pin
Cool_Dev20-Aug-10 2:35
Cool_Dev20-Aug-10 2:35 
QuestionWhere to get VC8 Debug CRT 8.0.50727.4053 [Moved] Pin
VC_RYK19-Aug-10 23:14
VC_RYK19-Aug-10 23:14 
AnswerRe: Where to get VC8 Debug CRT 8.0.50727.4053 Pin
Nish Nishant20-Aug-10 6:31
sitebuilderNish Nishant20-Aug-10 6:31 
QuestionFile stream reading Pin
ganesh_IT19-Aug-10 22:55
ganesh_IT19-Aug-10 22:55 
QuestionRe: File stream reading PinPopular
CPallini19-Aug-10 23:55
mveCPallini19-Aug-10 23:55 
Questiononlick event of command button is not called Pin
ganesh.dp19-Aug-10 21:55
ganesh.dp19-Aug-10 21:55 
AnswerRe: onlick event of command button is not called Pin
CPallini19-Aug-10 23:57
mveCPallini19-Aug-10 23:57 
AnswerRe: onlick event of command button is not called Pin
norish21-Aug-10 13:58
norish21-Aug-10 13:58 
QuestionHow can we create Unlimited number of controls at runtime? Pin
rahul.kulshreshtha19-Aug-10 20:26
rahul.kulshreshtha19-Aug-10 20:26 
AnswerRe: How can we create Unlimited number of controls at runtime? Pin
Cedric Moonen19-Aug-10 20:45
Cedric Moonen19-Aug-10 20:45 

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.