Click here to Skip to main content
16,008,075 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: strange behavior - GetClientRect Pin
Christian Graus19-Jul-02 12:04
protectorChristian Graus19-Jul-02 12:04 
GeneralRe: strange behavior - GetClientRect Pin
ns19-Jul-02 12:17
ns19-Jul-02 12:17 
GeneralRe: strange behavior - GetClientRect Pin
Christian Graus19-Jul-02 12:22
protectorChristian Graus19-Jul-02 12:22 
GeneralRe: strange behavior - GetClientRect Pin
ns19-Jul-02 12:27
ns19-Jul-02 12:27 
Questionhow do we get a pointer to an inactive view? Pin
ns19-Jul-02 11:28
ns19-Jul-02 11:28 
AnswerRe: how do we get a pointer to an inactive view? Pin
Chris Losinger19-Jul-02 12:12
professionalChris Losinger19-Jul-02 12:12 
GeneralThanks, - but what if I had 4 views? Pin
ns19-Jul-02 12:21
ns19-Jul-02 12:21 
GeneralRe: Thanks, - but what if I had 4 views? Pin
Chris Losinger19-Jul-02 13:00
professionalChris Losinger19-Jul-02 13:00 
you can always use the IsKindOf function to tell the class of each CView pointer you get:

if (pView->IsKindOf( RUNTIME_CLASS( CMyView ) ) )
{
...
}


-c


To explain Donald Knuth's relevance to computing is like explaining Paul's relevance to the Catholic Church. He isn't God, he isn't the Son of God, but he was sent by God to explain God to the masses.
   /. #3848917

Questionwhich class should run the onupdateUI menu handler? Pin
ns19-Jul-02 10:46
ns19-Jul-02 10:46 
AnswerRe: which class should run the onupdateUI menu handler? Pin
Ravi Bhavnani19-Jul-02 18:22
professionalRavi Bhavnani19-Jul-02 18:22 
Questionwhat i need? Pin
pnpfriend19-Jul-02 10:20
pnpfriend19-Jul-02 10:20 
AnswerRe: what i need? Pin
Chris Losinger19-Jul-02 10:58
professionalChris Losinger19-Jul-02 10:58 
AnswerRe: what i need? Pin
Jeremy Falcon19-Jul-02 11:13
professionalJeremy Falcon19-Jul-02 11:13 
AnswerRe: what i need? Pin
Masaaki Onishi19-Jul-02 18:11
Masaaki Onishi19-Jul-02 18:11 
AnswerRe: what i need? Pin
pnpfriend22-Jul-02 3:25
pnpfriend22-Jul-02 3:25 
GeneralAbout CImage... Pin
Raphael Kindt19-Jul-02 9:23
Raphael Kindt19-Jul-02 9:23 
GeneralRe: About CImage... Pin
dazinith19-Jul-02 10:06
dazinith19-Jul-02 10:06 
GeneralRe: About CImage... Pin
Christian Graus19-Jul-02 12:05
protectorChristian Graus19-Jul-02 12:05 
GeneralRe: About CImage... Pin
Anonymous19-Jul-02 12:51
Anonymous19-Jul-02 12:51 
GeneralRe: About CImage... Pin
Raphael Kindt19-Jul-02 12:57
Raphael Kindt19-Jul-02 12:57 
QuestionHow can i get this IHTMLTextAreaElement? Pin
ttzzgg_8071319-Jul-02 8:34
ttzzgg_8071319-Jul-02 8:34 
GeneralRegistry - Hiding important values Pin
dazinith19-Jul-02 8:01
dazinith19-Jul-02 8:01 
GeneralRe: Registry - Hiding important values Pin
ttzzgg_8071319-Jul-02 8:41
ttzzgg_8071319-Jul-02 8:41 
GeneralRe: Registry - Hiding important values Pin
Navin19-Jul-02 9:18
Navin19-Jul-02 9:18 
GeneralRe: Registry - Hiding important values Pin
dazinith19-Jul-02 9:29
dazinith19-Jul-02 9:29 

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.