//this 为parent窗口的指针   
CEdit* pEdit = new CEdit;
pEdit->Create(ES_MULTILINE | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_BORDER,
        CRect(10, 10, 100, 100), this, 1);

相关文章:

  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
  • 2021-11-18
猜你喜欢
  • 2021-06-22
  • 2022-12-23
  • 2021-07-28
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
相关资源
相似解决方案