Text Display in MDI

  • Thread starter Thread starter Niranjan podduturi
  • Start date Start date
N

Niranjan podduturi

Hello Friends
Iam niranjan Developing MDI Application in vc++6.0
when iam displaying text in windows iam using OnDraw and OnChar
functions.
in OnChar function iam incrementing the x,y positions accoording to
Key strokes. and making the string buffer to empty in "Enter" Key
stroke
in OnDraw function
by using pDC->TextOut(x,y,str) iam displaying the text
here iam not getting the proper data....
my problems are....
1. after giving ther enter key curson going to next line but previous
lines data in erasing , after ever enter key..
if any one knows solution plz help me to get the proper data...
Thanking you
Niranjan
 
Niranjan podduturi said:
Iam niranjan Developing MDI Application in vc++6.0

Your question doesn't seem to be telated to .NET Windows Forms development.
Groups for VC++6 can be found in the microsoft.public.vc.* groups hierarchy.
You will more likely get an answer there.
 
Back
Top