I have a database app using MDI. I have registered a MDI template in the initinstance of the app class. I can place an opiton to activate the doc/view class on the mainframe men bar and run the new doc/view, however, what I need to do is run it from a dialog (this dialog actually contains a...
I have a Splitter Frame defined with 1 row and 2 columns. How do I change views within one of the panes? Where do I process messages within the frame class or the view class??
I have been trying to use ADO with Visual C++ verison 5.0 It get all kinds of erros when I comple example programs from various soruces... Does ADO not work with VC++ 5.0. Can anyone offer any insight into what my be going on...
I have been trying to interface to a database using ADO for the past week or so...I get a variety of erros..and I followed speciic examples in several different tests. Can anyone answer conclusivly the following question...
"Does ADO not work with Visual C++ version 5.0 (Learning...
I followed the instructions for creating an ADO based program from the book Teaching Yourself Visual C++ in 21 days...
Here's the code I have a problem with:
// MyRecordset.h: interface for the CMyRecordset class.
//
//////////////////////////////////////////////////////////////////////
#if...
Here's the short overview. I am writting a rather complex accounting application which will consist of at least 20 or so different databases, (customers, products, employees, etc). Some of these 'files' will ultimalty be required to hold up to 100,000+ records. I am using VC++ to write the...
I copied 3 classes from one project to another. And my classes do not show up in Class Wizard. Here's what I did specifically...
1. I copied the .ccp & .h files for the 3 classes from one project directory to another.
2. I then when to Project, Add to Proeject, Files... and inserted the 6...
I copied several classes from one project to another and incorporated them into the new project. Everything works fine exceopt the new classes I added to the 2nd project DO NOT show up in class wizard! What did I do wrong, or what do I need to do???
I have programmed several SDI apps each with a document/view and CRecordset class. These apps all interface to an Access database using ODBC. My question, how can I integrate all thses funcitons into one app which can call the specific doc/view/recordset from a menu option for each.
I have...
Here's what I've done. I added a 2nd CDocument class, a CFormView class and a CRecordset class in addtion to the Document and View classes created initially by Class Wiz. I created a dialog to be used by the CFormView. Here's what I want to do. When the user selected an option from the menu...
I inserted the follwing code into my project using class wizard, I get 97 erros when it compiles, starting with:
F:\Mike\Ams7\MainMenu\RecordSetAR.h(14) : error C2504: 'CRecordset' : base class undefined
The CCP file:
// RecordSetAR.cpp : implementation file
//
#include "stdafx.h"...
I'am very new to programming VC++ with MFC's. I am rewritting a very complex and robust DOS based accouting system into windows useing MFC.
There will be multiple modules, i.e. Accounts Receivable, Accounts Payable, General Ldeger etc. Within each module there will obviously be a number of...
I have been programing for 20 years in assembly, and several propriatary 'basic like' langages. I need to re-write my software into Microsoft Windows using Visual C++ and MFC (I think)... I have a pile of books and am as lost as the day I started trying to learn this #@$!#%! Can anyone out...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.