Click here to Skip to main content
15,911,132 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSimple Question...... Pin
monn23-Apr-04 4:05
monn23-Apr-04 4:05 
GeneralRe: Simple Question...... Pin
David Crow23-Apr-04 4:31
David Crow23-Apr-04 4:31 
GeneralRe: Simple Question...... Pin
Prakash Nadar23-Apr-04 6:30
Prakash Nadar23-Apr-04 6:30 
GeneralRe: Simple Question...... Pin
David Crow23-Apr-04 6:46
David Crow23-Apr-04 6:46 
GeneralRe: Simple Question...... Pin
Prakash Nadar23-Apr-04 16:40
Prakash Nadar23-Apr-04 16:40 
GeneralRe: Simple Question...... Pin
Navin23-Apr-04 5:40
Navin23-Apr-04 5:40 
GeneralRe: Simple Question...... Pin
John R. Shaw23-Apr-04 17:40
John R. Shaw23-Apr-04 17:40 
Questioncoordinates of a child window bug?? Pin
Alton Williams23-Apr-04 4:03
Alton Williams23-Apr-04 4:03 
I wanted to know the coordinate of a child window in relation to a parent window.
To recap my resource script
EDITTEXT IDC_EDIT1,34,50,26,14,ES_AUTOHSCROLL | NOT WS_BORDER<br />
PUSHBUTTON "&Size Info",IDC_SIZE_INFO,69,91,56,26<br />


Someone replied (thanks) saying that i code as follows:
CPoint pt(0,0); //initialised to zero for calculations<br />
<br />
child->ClientToScreen(&pt); // called from the child window<br />
parent->ScreenToClient(&pt); // called from the parent window<br />


My problem is that not getting the correct correct coordinates can anyone explain why it's happening and how to I go about doing it.

Many thanks in advance.
Alton
AnswerRe: coordinates of a child window bug?? Pin
Antony M Kancidrowski23-Apr-04 4:47
Antony M Kancidrowski23-Apr-04 4:47 
AnswerRe: coordinates of a child window bug?? Pin
Ravi Bhavnani23-Apr-04 7:03
professionalRavi Bhavnani23-Apr-04 7:03 
GeneralUgly cast Pin
_Magnus_23-Apr-04 3:42
_Magnus_23-Apr-04 3:42 
GeneralRe: Ugly cast Pin
jmkhael23-Apr-04 3:58
jmkhael23-Apr-04 3:58 
GeneralRe: Ugly cast Pin
toxcct23-Apr-04 4:03
toxcct23-Apr-04 4:03 
GeneralRe: Ugly cast Pin
_Magnus_23-Apr-04 4:09
_Magnus_23-Apr-04 4:09 
GeneralRe: Ugly cast Pin
toxcct23-Apr-04 4:11
toxcct23-Apr-04 4:11 
GeneralRe: Ugly cast Pin
Tim Smith23-Apr-04 4:14
Tim Smith23-Apr-04 4:14 
GeneralRe: Ugly cast Pin
toxcct23-Apr-04 4:17
toxcct23-Apr-04 4:17 
GeneralRe: Ugly cast Pin
Tim Smith23-Apr-04 16:09
Tim Smith23-Apr-04 16:09 
GeneralRe: Ugly cast Pin
_Magnus_23-Apr-04 4:23
_Magnus_23-Apr-04 4:23 
GeneralRe: Ugly cast Pin
toxcct23-Apr-04 4:26
toxcct23-Apr-04 4:26 
GeneralRe: Ugly cast Pin
_Magnus_23-Apr-04 4:30
_Magnus_23-Apr-04 4:30 
GeneralRe: Ugly cast Pin
toxcct23-Apr-04 4:32
toxcct23-Apr-04 4:32 
GeneralRe: Ugly cast Pin
Tim Smith23-Apr-04 16:14
Tim Smith23-Apr-04 16:14 
GeneralRe: Ugly cast Pin
Gary R. Wheeler24-Apr-04 2:01
Gary R. Wheeler24-Apr-04 2:01 
GeneralRe: Ugly cast Pin
Tim Smith23-Apr-04 4:12
Tim Smith23-Apr-04 4:12 

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.