VisualStudio.C++.C#/코딩팁,함수활용,단편
MFC. DAPFOR. MFC Grid. 트리 리스트 컨트롤.
i.got.it
2020. 11. 17. 16:10
개요
-트리 와 리스트 동시 구현된 MFC컨트롤.
-무료버전 DLL 은 32비트만 지원됨. 64비트에서 활용하려면 유료 소스제공되는것을 구매하여 64비트로 컴파일 해야함. 소스 가격 800달러 수준.
Main features:
- Event-drven object model
- C++ objects in rows. In cells - values, returned by methods of these objects.
- Hierarchical data presentation.
- Real-time sorting of dynamically updated C++ objects.
- Real-time filtering of updated objects.
- Real-time cell highlighting.
- Single and multiple sorting.
- Edit in place, MFC editors in cells.
- Cell tooltips.
- Fixed or scrollable rows.
- Fixed or scrollable columns.
- Navigation between editable cells (Tab, KeyUp, KeyDown etc.)
- Data sharing between multiple grids.
- Thread-safe implementation, synchronous and asynchronous patterns.
- Full customization (colors, fonts, direct drawing in CDC).
- Selection does not hide background colors
- Clipboard operations Copy/Edit/Paste. Copy data to Excel/Word.
- Drag and drop. Drag and drop of hierarchical data
- No memory leaks. No GDI resources leaks.
- Binary serialization. All new versions of MFC Grid are compatible with archives, generated with previous versions of MFC Grid
- Print and print preview.
- MFC Grid can be used in dialogs, MDI or SDI applications.
- Available in static or dynamic libraries with or without Unicode support
- Support for 64-bit compilers (available in a package with source codes).
무료 32비트 DLL 다운로드
- 64비트 어플리케이션에서는 사용불가함.
유료 64비트/32비트 구매주소.
- 소스 포함하여 판매중. 64비트용 활용하려면 소스를 64비트로 컴파일 해야함.
첫 등록 : 2020.11.17
최종 수정 :
단축 주소 : https://igotit.tistory.com/2707