Search Results

0
votes
2answers
279 views

How do I reserve caret position in CEdit control?

I'm programming an application in MFC (don't ask) and I have a CEdit box that holds a number. When that number is edited, I would like to act on the change, and then replace the caret where it was …
1
vote

What should coding guidelines do, and are there any good examples of guidelines?

In general, I would want guidelines to answer the questions that you would normally ask but would take too long to answer, and that might be "personal preference" if you were just coding alone. Us …