佚名通过本文主要向大家介绍了gridctrl,gridctrl控件,mfc gridctrl,vc gridctrl,严以修身存在的问题等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
问题: GridCtrl 的问题?
描述:
描述:
我在用gridCtrl时就是创建失败为什么呀?
int CUserDialog::wnd_grid(int row, int col, int fixRow, int fixCol, int size)
{
CGridCtrl* pGrid = new CGridCtrl(row, col, fixRow, fixCol);
if (!pGrid->Create(CRect( 10,10,10,10),this, 100))
{
MessageBox(" NULL GRID ");
return 0;
}
为什么老出对话框啊 NULL Grid ,为什么会不成功啊,再有为什么我也跟踪不到Create里啊,谢了,我急啊