Click here to Skip to main content
16,015,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: How to get API Information from API Name in runtime Pin
CPallini20-May-08 0:50
mveCPallini20-May-08 0:50 
QuestionRe: How to get API Information from API Name in runtime Pin
jm_24020-May-08 22:33
jm_24020-May-08 22:33 
AnswerRe: How to get API Information from API Name in runtime Pin
CPallini20-May-08 22:54
mveCPallini20-May-08 22:54 
QuestionHow to remove GDI Leak due to VideoMixingRenderer9 Pin
paraggandhi20-May-08 0:20
paraggandhi20-May-08 0:20 
QuestionRe: How to remove GDI Leak due to VideoMixingRenderer9 Pin
Rajkumar R20-May-08 0:29
Rajkumar R20-May-08 0:29 
Questionactivex control printing Pin
subramanyeswari19-May-08 23:59
subramanyeswari19-May-08 23:59 
AnswerRe: activex control printing Pin
CPallini20-May-08 0:07
mveCPallini20-May-08 0:07 
QuestionGetWindowRect Pin
baerten19-May-08 23:53
baerten19-May-08 23:53 
Hi everybody,

i place a Grid into a position of (-10,0,200,100) into my view.
So there are missing 10 pixels of the grid, which i wanted.

My question is: Why i get a rectangle of (0,0,190,100) if i make a
Grid->GetClientRect(rect); ?

It's normally correct that the rectangle starts always in a client-position in 0,0
But how i can retrieve where my grid is really positionated on the view?
I want to get the value of (-10,0,200,100), like i used it in the Grid->Create(...);

Big thanks for help Smile | :)
AnswerRe: GetWindowRect Pin
Rajesh R Subramanian20-May-08 0:00
professionalRajesh R Subramanian20-May-08 0:00 
GeneralOT Pin
CPallini20-May-08 0:04
mveCPallini20-May-08 0:04 
GeneralRe: OT Pin
Rajesh R Subramanian20-May-08 0:09
professionalRajesh R Subramanian20-May-08 0:09 
QuestionRe: OT Pin
CPallini20-May-08 0:16
mveCPallini20-May-08 0:16 
AnswerRe: OT Pin
Rajesh R Subramanian20-May-08 0:24
professionalRajesh R Subramanian20-May-08 0:24 
GeneralRe: GetWindowRect Pin
baerten20-May-08 0:16
baerten20-May-08 0:16 
GeneralRe: GetWindowRect Pin
Rajesh R Subramanian20-May-08 0:48
professionalRajesh R Subramanian20-May-08 0:48 
AnswerRe: GetWindowRect Pin
CPallini20-May-08 0:02
mveCPallini20-May-08 0:02 
GeneralRe: GetWindowRect Pin
Cedric Moonen20-May-08 0:06
Cedric Moonen20-May-08 0:06 
GeneralRe: GetWindowRect Pin
CPallini20-May-08 0:12
mveCPallini20-May-08 0:12 
GeneralRe: GetWindowRect Pin
Cedric Moonen20-May-08 0:56
Cedric Moonen20-May-08 0:56 
GeneralRe: GetWindowRect Pin
CPallini20-May-08 1:55
mveCPallini20-May-08 1:55 
AnswerRe: GetWindowRect Pin
Rajkumar R20-May-08 0:15
Rajkumar R20-May-08 0:15 
GeneralRe: GetWindowRect Pin
baerten20-May-08 0:26
baerten20-May-08 0:26 
GeneralRe: GetWindowRect Pin
Rajkumar R20-May-08 0:30
Rajkumar R20-May-08 0:30 
GeneralRe: GetWindowRect Pin
Rajesh R Subramanian20-May-08 0:34
professionalRajesh R Subramanian20-May-08 0:34 
GeneralRe: GetWindowRect Pin
Rajkumar R20-May-08 0:38
Rajkumar R20-May-08 0:38 

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.