Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JumboGeng

    How to add ,modify or delte item in CRecordset

    Hi all: I am just learning how to use MFC ODBC classes to access Sybase database .and i have two problems . 1:some one said,i can use an SQL server driver to access a Sybase database ,but it just doesn't work to me. 2:this questionis about CRecordset MFC ODBC class ,i know that i can...
  2. JumboGeng

    [b]WM_SIZE message problem[/b]

    sorry ,correct a mistake in the above post, the second part code is not right , the corrected version is here: void CTestView::OnSize(UINT nType, int cx, int cy) { CFormView::OnSize(nType, cx, cy); // TODO: Add your message handler code here CWnd *pButton; RECT rect; static int iFlag=0...
  3. JumboGeng

    [b]WM_SIZE message problem[/b]

    Hi: i just begin to learn MFC,and i got a problem about WM_SIZE message.i start a new VC6 MFC Wizard project ,use all the defaul setting of the App wizard,except it is a single doc project,and the base class of the CTestView class is CFormView instead of CView.after the frame work is...
  4. JumboGeng

    C++ head file problem.

    thanks ,uolj,for your detailed explanation. and i think that is exactly the reason why it fail to compile.the feeling is wonderful if you know the reason of something.again,thanks for your expertise and patience.and forgive my poor English.
  5. JumboGeng

    C++ head file problem.

    i found an obscure bug ,that is a.h has a directive of #include "b.h" and b.h has a directive of #include "a.h" i just know that this is error,but i don't know exactly how it can couse error.any one can help me?

Part and Inventory Search

Back
Top