Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: [Urgent] How to create WS_SYSMENU Pin
JudyL_MD6-Apr-07 9:18
JudyL_MD6-Apr-07 9:18 
QuestionRe: [Urgent] How to create WS_SYSMENU Pin
David Crow6-Apr-07 9:26
David Crow6-Apr-07 9:26 
AnswerRe: [Urgent] How to create WS_SYSMENU Pin
prasad_som6-Apr-07 17:42
prasad_som6-Apr-07 17:42 
Questionweb page close event Pin
deeps_cute5-Apr-07 8:18
deeps_cute5-Apr-07 8:18 
QuestionRe: web page close event Pin
David Crow5-Apr-07 8:25
David Crow5-Apr-07 8:25 
AnswerRe: web page close event Pin
rp_suman5-Apr-07 21:50
rp_suman5-Apr-07 21:50 
AnswerRe: web page close event Pin
ThatsAlok22-Apr-07 23:30
ThatsAlok22-Apr-07 23:30 
QuestionProblem about the order of SetCaretPos and TextOut Pin
kingliub5-Apr-07 7:33
kingliub5-Apr-07 7:33 
CSize sz=dc.GetTextExtent(m_strText);
CPoint pt;
pt.x=m_ptOrg.x+sz.cx;
pt.y=m_ptOrg.y;

SetCaretPos(pt);
dc.TextOut(m_ptOrg.x,m_ptOrg.y,m_strText);

If execute in this order,the result is correct,the caret show at the end of the text,but if TextOut first then SetCaretPos,the caret also show at the end of the text,but there is always an afterimage of the caret before the last letter,don`t know why
AnswerRe: Problem about the order of SetCaretPos and TextOut Pin
Mark Salsbery5-Apr-07 8:17
Mark Salsbery5-Apr-07 8:17 
GeneralRe: Problem about the order of SetCaretPos and TextOut Pin
kingliub5-Apr-07 19:36
kingliub5-Apr-07 19:36 
GeneralRe: Problem about the order of SetCaretPos and TextOut Pin
Mark Salsbery6-Apr-07 6:32
Mark Salsbery6-Apr-07 6:32 
GeneralRe: Problem about the order of SetCaretPos and TextOut Pin
kingliub6-Apr-07 6:54
kingliub6-Apr-07 6:54 
Questiondouble overflow vc++6 Pin
manolomikasa5-Apr-07 6:12
manolomikasa5-Apr-07 6:12 
AnswerRe: double overflow vc++6 Pin
PJ Arends5-Apr-07 8:36
professionalPJ Arends5-Apr-07 8:36 
GeneralRe: double overflow vc++6 Pin
manolomikasa6-Apr-07 7:30
manolomikasa6-Apr-07 7:30 
QuestionDelete records in Recordset in VC Pin
cy163@hotmail.com5-Apr-07 5:39
cy163@hotmail.com5-Apr-07 5:39 
QuestionRe: Delete records in Recordset in VC Pin
David Crow5-Apr-07 5:53
David Crow5-Apr-07 5:53 
AnswerRe: Delete records in Recordset in VC Pin
krmed5-Apr-07 7:22
krmed5-Apr-07 7:22 
QuestionHow to speed up copy of .txt files into arrays? Pin
Arris745-Apr-07 5:25
Arris745-Apr-07 5:25 
AnswerRe: How to speed up copy of .txt files into arrays? Pin
led mike5-Apr-07 5:32
led mike5-Apr-07 5:32 
AnswerRe: How to speed up copy of .txt files into arrays? Pin
Arris745-Apr-07 5:55
Arris745-Apr-07 5:55 
AnswerRe: How to speed up copy of .txt files into arrays? Pin
David Crow5-Apr-07 6:01
David Crow5-Apr-07 6:01 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
Arris745-Apr-07 6:20
Arris745-Apr-07 6:20 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
led mike5-Apr-07 6:28
led mike5-Apr-07 6:28 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
Arris745-Apr-07 7:17
Arris745-Apr-07 7:17 

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.