CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (1 messages)

#29867- CEdit and SetCaratPos() Message #30350
I have a dynmaically sizing CEdit subclass too, and your description sounds more or less like my code. I don't have any problem with the caret on wraps though. Instead of SetWindowPos(), I'm using MoveWindow(ptNewLoc.x, ptNewLoc.y, sizeNeeded.cx, sizeNeeded.cy, TRUE); // new size, force repaint I hadn't figured out how to…