Title is No Title

not very good here!

导航

上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页

2004年3月29日 #

how to delte minimize and max button in right upper!

摘要: BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs){ cs.style &= ~(WS_MINIMIZEBOX|WS_MAXIMIZEBOX); //cs.style|=WS_MAXIMIZEBOX; if( !CFrameWnd::PreCreateWindow(cs) ) return FALSE; // TODO: Modify th... 阅读全文

posted @ 2004-03-29 16:52 abraham 阅读(538) 评论(1) 推荐(0)

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 阅读(816) 评论(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 阅读(924) 评论(1) 推荐(0)

上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页