Вопрос

I intend to write a hex editor in MFC for a vertical application. The application does several things but one requirement is to view and edit raw messages in both Hex and ASCII form, just like what hex editors do.

Will it be too much work to start extending a CView class? Does it make sense to extend CEdit control?

Of course, I'll need to implement scrolling, text selection, cut-copy-paste and caret movement as the minimum required features.

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top