Click here to Skip to main content
15,889,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC is NOT good OOP Pin
Ryan Binns6-Aug-03 1:33
Ryan Binns6-Aug-03 1:33 
GeneralRe: MFC is NOT good OOP Pin
QuiJohn6-Aug-03 3:25
QuiJohn6-Aug-03 3:25 
GeneralRe: MFC is NOT good OOP Pin
Ryan Binns6-Aug-03 3:37
Ryan Binns6-Aug-03 3:37 
GeneralRe: MFC is NOT good OOP Pin
Nemanja Trifunovic6-Aug-03 5:36
Nemanja Trifunovic6-Aug-03 5:36 
GeneralRe: MFC is NOT good OOP Pin
Ryan Binns6-Aug-03 18:40
Ryan Binns6-Aug-03 18:40 
GeneralRe: MFC is NOT good OOP Pin
J. Dunlap6-Aug-03 18:48
J. Dunlap6-Aug-03 18:48 
GeneralChild Windows Pin
Marissa1825-Aug-03 12:02
Marissa1825-Aug-03 12:02 
GeneralRe: Child Windows Pin
Dave Bryant5-Aug-03 12:45
Dave Bryant5-Aug-03 12:45 
This code will retrieve the position of the child in client co-ordinates of the parent (i.e. top-left corner of the parent window is location 0,0).

CRect rc;
pChild->GetWindowRect( rc );
pChild->GetParent()->ScreenToClient( rc );

Dave
http://www.cloudsofheaven.org
GeneralNeed Help, I'm a newb to all this Pin
beerdrinker11145-Aug-03 10:37
beerdrinker11145-Aug-03 10:37 
GeneralRe: Need Help, I'm a newb to all this Pin
Terry O'Nolley5-Aug-03 13:34
Terry O'Nolley5-Aug-03 13:34 
GeneralRe: Need Help, I'm a newb to all this Pin
beerdrinker11146-Aug-03 11:46
beerdrinker11146-Aug-03 11:46 
GeneralCRecordset::Requery() Q. Pin
Anonymous5-Aug-03 10:01
Anonymous5-Aug-03 10:01 
GeneralRe: CRecordset::Requery() Q. Pin
Tony Fontenot5-Aug-03 11:56
Tony Fontenot5-Aug-03 11:56 
GeneralRe: CRecordset::Requery() Q. Pin
Tom Archer5-Aug-03 12:42
Tom Archer5-Aug-03 12:42 
GeneralVC6 and watching static variables Pin
QuiJohn5-Aug-03 9:54
QuiJohn5-Aug-03 9:54 
GeneralRe: VC6 and watching static variables Pin
Marissa1825-Aug-03 12:23
Marissa1825-Aug-03 12:23 
GeneralRe: VC6 and watching static variables Pin
QuiJohn6-Aug-03 3:06
QuiJohn6-Aug-03 3:06 
QuestionPrint in VC6 ? Pin
_skidrow_vn_5-Aug-03 9:43
_skidrow_vn_5-Aug-03 9:43 
AnswerRe: Print in VC6 ? Pin
l a u r e n5-Aug-03 11:55
l a u r e n5-Aug-03 11:55 
QuestionIs this possible? Pin
leppie5-Aug-03 9:30
leppie5-Aug-03 9:30 
AnswerRe: Is this possible? Pin
Michael Dunn5-Aug-03 14:48
sitebuilderMichael Dunn5-Aug-03 14:48 
Generalquestion about : operator Pin
jholwick5-Aug-03 9:16
jholwick5-Aug-03 9:16 
GeneralRe: question about : operator Pin
markkuk5-Aug-03 9:25
markkuk5-Aug-03 9:25 
GeneralOT Pin
Michael Dunn5-Aug-03 14:50
sitebuilderMichael Dunn5-Aug-03 14:50 
GeneralRe: OT Pin
Nick Parker5-Aug-03 17:54
protectorNick Parker5-Aug-03 17:54 

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.