Title is No Title

not very good here!

导航

2004年3月27日 #

aotu modify table ' field's value,by ODBC directly is false,but use CDatabase can well and also the header file is needed.

摘要: //1:header:// stdafx.h : include file for standard system include files,// or project specific include files that are used frequently, but// are changed infrequently// #if !defined(AFX_STDAFX_H_... 阅读全文

posted @ 2004-03-27 18:30 abraham 阅读(814) 评论(0) 推荐(0) 编辑

use CDatabase is simple,example is:

摘要: //add the selected guanqu info. //and reshow them. CEdit* ed=(CEdit*)GetDlgItem(IDC_CODE); CString edc; ed->GetWindowText(edc); CString guanQvNO=edc; //name ed=(CEdit*)GetDlgItem(IDC_NAME); e... 阅读全文

posted @ 2004-03-27 17:58 abraham 阅读(813) 评论(0) 推荐(0) 编辑

add a splash to load system is easy:1:add spashWnd,then call it in instance ,when some work ok,close it.

摘要: ///////////////////////////////////////////////////////////////////////////////Written by Liu Zhengxi//May 5,2003//Compiles with Visual C++ 6.0 for Windows 98 and probably Windows 2000 // too.////////... 阅读全文

posted @ 2004-03-27 15:18 abraham 阅读(917) 评论(1) 推荐(0) 编辑

add a property table dlg is simple.add a dig with var:CTabCtr's son:CTabSheet m_sheet,and 3 dialog son as pages;then ok.

摘要: 1:CTableSheet:#define MAXPAGE 100/////////////////////////////////////////////////////////////////////////////// CTabSheet window class CTabSheet : public CTabCtrl{// Constructionpublic: CTabSheet(); ... 阅读全文

posted @ 2004-03-27 11:02 abraham 阅读(1146) 评论(0) 推荐(0) 编辑