Originally posted by: Denis Flotat
I don't know if you plan to extend your BABYGRID functionnality but one useful function would be to enable PRINTING of the grid.
Last question : Does the grid support large amount of Data ?
(I can suppose 'yes' but i don't know ?
==> The goal would be to enable use of the grid in a DATABASE oriented application).
Very Thanx for the job (Nice design).
Alan; Yer right. Right clicks are not support, but they can be added. As such, I have modifed my "baby grid" to support such an action. A BGN_CELLRCLICKED notification message is fired back to the parent when the user right-clicks on the cell. Cheers, Paul.
ReplyOriginally posted by: K. Jessee
Being new to C++, I have to ask. How do I put this in a dialog box?
K. Jessee; Create a user control on your dialog. Assign the window class of the user control to BABYGRID Ensure that the function RegisterGridClass() is called before calling DialogBox() or DialogBoxParam(). Hope this helps, Paul.Reply