10 2014 档案

摘要:创建CListBox对象 CListBox m_ListBox;关联控件 ,同时注意行数从 0 开始计算1、向控件中添加内容 int AddString(LPCTSTR lpszItem); 如:m_ListBox.AddString(_T("123"));2、指定插入位置 int Inse... 阅读全文
posted @ 2014-10-08 23:49 风狼啸天 阅读(301) 评论(0) 推荐(0)
摘要:CIPAddressCtrl m_ipCtrl;1、获取控件IP值int GetAddress(byte& byteFirst, byte& byteTwo, byte& byteThree, byte& byteFour);int GetAddress(DWORD& dwAddress);byte... 阅读全文
posted @ 2014-10-07 22:13 风狼啸天 阅读(336) 评论(0) 推荐(0)