Pergunta

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.

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top