MORON!
problem solved.
Just before I decided to have my CReadTeam class inherit from my CDBF_OpenTable class, I thought about simply adding an instance of CDBF_OpenTable within CReadTeam's definition.
i.e.
protected:
CDBF_OpenTable maybe;
I then changed my mind, but forgot to remove this...
Hi,
I have a list control object. Within that object I want to be able to trap key presses to allow other processes to 'kick off'. I have been able to get this to work via the LVN_KEYDOWN message.
My problem however, is that is that I don't want the list control to also carry out it's normal...
Hi,
I have a dialog app that contains a list control.
I want to be able to press F2 to edit a list control entry.
My code is ready to handle the F2 key press and ready to handle LVN_BEGINLABELEDIT & LVN_ENDLABELEDIT (I know because I stumbled onto the fact that holding down the left mouse...
Fantastic, it worked!
As suggested I used std::vector<int> blob;
I’m unclear as to what std:: means and why I have to use it, but that can wait for another day.
Thank you very much for your help.
Thanks for the reply
It does appear to be finding the header file. If I change #include <vector> to <vector.h> I get;
D:\source\test54\test54.cpp(5) : fatal error C1083: Cannot open include file: 'vector.h': No such file or directory
The file 'vector' in the include directory is dated june 98...
last week i had a look at the basics of vectors, without a problem. i deleted that code and this week wanted to use them in a small program. i don't know what i'm doing wrong, but the following simple little program won't compile;
#include "stdafx.h"
#include <vector>...
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.