Click here to Skip to main content
15,912,507 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using GetClientRect() and ExtTextOut() Pin
Abhinay Kumar3-Feb-09 23:55
Abhinay Kumar3-Feb-09 23:55 
GeneralRe: Using GetClientRect() and ExtTextOut() Pin
Code-o-mat4-Feb-09 1:25
Code-o-mat4-Feb-09 1:25 
GeneralRe: Using GetClientRect() and ExtTextOut() Pin
Abhinay Kumar4-Feb-09 2:40
Abhinay Kumar4-Feb-09 2:40 
GeneralRe: Using GetClientRect() and ExtTextOut() Pin
Code-o-mat4-Feb-09 2:49
Code-o-mat4-Feb-09 2:49 
GeneralRe: Using GetClientRect() and ExtTextOut() Pin
Abhinay Kumar4-Feb-09 2:56
Abhinay Kumar4-Feb-09 2:56 
GeneralRe: Using GetClientRect() and ExtTextOut() Pin
Code-o-mat4-Feb-09 3:15
Code-o-mat4-Feb-09 3:15 
GeneralRe: Using GetClientRect() and ExtTextOut() Pin
Abhinay Kumar4-Feb-09 3:33
Abhinay Kumar4-Feb-09 3:33 
QuestionRe: Using GetClientRect() and ExtTextOut() Pin
David Crow4-Feb-09 3:22
David Crow4-Feb-09 3:22 
Abhinay Kumar wrote:
Can i get a visible rectangle...I tried it but am not getting the rectangle.


Maybe because you do not have any code to draw the rectangle. Why are you not calling Rectangle()?

Why not try something like:

TextOut(ps.hdc, rt.left, rt.top, "RAM", 3);


"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch


AnswerRe: Using GetClientRect() and ExtTextOut() Pin
Abhinay Kumar4-Feb-09 3:37
Abhinay Kumar4-Feb-09 3:37 
Questionproblem in vc++ project Pin
kir_MFC3-Feb-09 21:50
kir_MFC3-Feb-09 21:50 
AnswerRe: problem in vc++ project Pin
Smith#3-Feb-09 21:55
Smith#3-Feb-09 21:55 
AnswerRe: problem in vc++ project Pin
Nishad S3-Feb-09 22:11
Nishad S3-Feb-09 22:11 
QuestionRe: problem in vc++ project Pin
David Crow4-Feb-09 3:24
David Crow4-Feb-09 3:24 
Questionstrcpy Pin
hrishiS3-Feb-09 21:25
hrishiS3-Feb-09 21:25 
AnswerRe: strcpy Pin
Smith#3-Feb-09 21:53
Smith#3-Feb-09 21:53 
GeneralRe: strcpy Pin
hrishiS3-Feb-09 22:37
hrishiS3-Feb-09 22:37 
Questiondisplying of latest data from an XML on the list control. [modified] Pin
brucewayn3-Feb-09 20:54
brucewayn3-Feb-09 20:54 
AnswerRe: displying of latest data from an XML on the list control. Pin
Stuart Dootson3-Feb-09 21:23
professionalStuart Dootson3-Feb-09 21:23 
Questionstuck with a trivia Pin
Smith#3-Feb-09 20:39
Smith#3-Feb-09 20:39 
AnswerRe: stuck with a trivia Pin
cmk3-Feb-09 21:04
cmk3-Feb-09 21:04 
GeneralRe: stuck with a trivia Pin
Smith#3-Feb-09 21:19
Smith#3-Feb-09 21:19 
AnswerRe: stuck with a trivia Pin
«_Superman_»3-Feb-09 21:10
professional«_Superman_»3-Feb-09 21:10 
GeneralRe: stuck with a trivia Pin
Smith#3-Feb-09 21:25
Smith#3-Feb-09 21:25 
GeneralRe: stuck with a trivia Pin
«_Superman_»3-Feb-09 21:27
professional«_Superman_»3-Feb-09 21:27 
GeneralRe: stuck with a trivia Pin
Smith#3-Feb-09 21:42
Smith#3-Feb-09 21:42 

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.