Home > Software engineering >  Vc SDK form controls for help
Vc SDK form controls for help

Time:10-07

Such as topic, looking for a long time in the MSDN, failed to find form controls, function is the closest listbox and listView, but is not what I want,,,
I want is similar to an HTML table in form,,,, oh no, should be expected similar to EXCEL spreadsheets, I think, should do not have, find a lot of is use a LISTBOX or LIST VIEW to rewrite the,,,,,,,

Weak weak ask, excel in a cell, should be a CreateWindow () to create a window? If it is, is based on rewriting the edit control? Or fully customizable? And Excel to create a new file automatically after so many cell (seems to be at least 65535 * 26 * 2), is, a blank Excel file open, is about to CreateWindow so many times? Don't feel may,,,,, the great god give a train of thought, and thank you

Special note: the SDK platform, thank you
More
0
To:

CodePudding user response:

With open source spreadsheet software, refer to the source code related fragments,

CodePudding user response:

CGidCtrl
http://www.codeproject.com/Articles/313/Using-the-Grid-Control-in-a-Doc-View-framework
  • Related