문제

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