Click here to Skip to main content
15,917,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with a function that returns a vector.. Pin
Curi0us_George22-Mar-04 17:17
Curi0us_George22-Mar-04 17:17 
GeneralRe: Help with a function that returns a vector.. Pin
Christian Graus22-Mar-04 17:23
protectorChristian Graus22-Mar-04 17:23 
GeneralRe: Help with a function that returns a vector.. Pin
Alvaro Mendez22-Mar-04 9:42
Alvaro Mendez22-Mar-04 9:42 
GeneralRe: Help with a function that returns a vector.. Pin
Christian Graus22-Mar-04 9:45
protectorChristian Graus22-Mar-04 9:45 
GeneralRe: Help with a function that returns a vector.. Pin
Alvaro Mendez22-Mar-04 10:26
Alvaro Mendez22-Mar-04 10:26 
GeneralRe: Help with a function that returns a vector.. Pin
Christian Graus22-Mar-04 10:30
protectorChristian Graus22-Mar-04 10:30 
GeneralGetting control coordinates Pin
monrobot1322-Mar-04 7:32
monrobot1322-Mar-04 7:32 
GeneralRe: Getting control coordinates Pin
Brian D22-Mar-04 7:50
Brian D22-Mar-04 7:50 
CRect rect;
GetDlgItem(IDC_CONTROLNAME)->GetWindowRect(&rect);
ScreenToClient(&rect);

You should then be able to take the values of rect.



"You know "that look" women get when they want sex? Me neither."

--Steve Martin
GeneralRe: Getting control coordinates Pin
monrobot1322-Mar-04 7:53
monrobot1322-Mar-04 7:53 
GeneralRe: Getting control coordinates Pin
John R. Shaw22-Mar-04 20:08
John R. Shaw22-Mar-04 20:08 
QuestionHow to get domain name other than using GetComputerNameEx? Pin
CherezZaboro22-Mar-04 7:00
CherezZaboro22-Mar-04 7:00 
AnswerRe: How to get domain name other than using GetComputerNameEx? Pin
Antony M Kancidrowski23-Mar-04 3:09
Antony M Kancidrowski23-Mar-04 3:09 
GeneralRe: How to get domain name other than using GetComputerNameEx? Pin
CherezZaboro23-Mar-04 5:42
CherezZaboro23-Mar-04 5:42 
GeneralRe: How to get domain name other than using GetComputerNameEx? Pin
Antony M Kancidrowski23-Mar-04 12:28
Antony M Kancidrowski23-Mar-04 12:28 
GeneralRe: How to get domain name other than using GetComputerNameEx? Pin
CherezZaboro24-Mar-04 4:30
CherezZaboro24-Mar-04 4:30 
QuestionHow do I output text to my main SDI window ? Pin
glweid22-Mar-04 5:56
glweid22-Mar-04 5:56 
AnswerRe: How do I output text to my main SDI window ? Pin
Curi0us_George22-Mar-04 6:16
Curi0us_George22-Mar-04 6:16 
GeneralRe: How do I output text to my main SDI window ? Pin
glweid22-Mar-04 6:19
glweid22-Mar-04 6:19 
GeneralRe: How do I output text to my main SDI window ? Pin
Curi0us_George22-Mar-04 6:29
Curi0us_George22-Mar-04 6:29 
AnswerRe: How do I output text to my main SDI window ? Pin
David Crow22-Mar-04 7:11
David Crow22-Mar-04 7:11 
GeneralRe: How do I output text to my main SDI window ? Pin
glweid22-Mar-04 8:46
glweid22-Mar-04 8:46 
GeneralRe: How do I output text to my main SDI window ? Pin
David Crow22-Mar-04 8:52
David Crow22-Mar-04 8:52 
GeneralRe: How do I output text to my main SDI window ? Pin
glweid22-Mar-04 8:55
glweid22-Mar-04 8:55 
GeneralRe: How do I output text to my main SDI window ? Pin
David Crow22-Mar-04 9:05
David Crow22-Mar-04 9:05 
GeneralRe: How do I output text to my main SDI window ? Pin
glweid22-Mar-04 9:20
glweid22-Mar-04 9:20 

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.