News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Spread sheet custom control

Started by KetilO, March 16, 2007, 10:27:19 AM

Previous topic - Next topic

KetilO

Thanks majkinetor

Version 0.0.2.2 is uploaded. It takes care of some of the issues.

0.0.2.2
- lParam on SPRM_DELETECOL, SPRM_INSERTCOL, SPRM_DELETEROW and SPRM_INSERTROW specifies the number of rows / columns.
- Improved row / column resizing.
- Variable speed selection scrolling by mouse.
- Selection change by using keyboard now jumps over cancelled SPRN_SELCHANGE cells.
- SPRM_GETCELLSTRING can now be used to get a formula or graph.
- Fixed bug with reporting cell calculation errors.
- Fixed bug with column header formatting.
  NOTE! A multiline column header must have the FMTA_TOP alignment.
- Fixed bug with graph global back color.
- Fixed bug with long column header text.

KetilO

KetilO

#31
Hi all

Thanks jj2007
New upload. Forgot to rebuild library. This caused SprDemo.exe to crash.

KetilO