// it.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int main(int argc, char* argv[])
{
printf("Hello World!\n");
return 0;
}
How to open a dialog that has CRecordView as base class?
or
How to have a dialog with CDialog as base class with a combobox with data from a access database.
Sorry about my bad English
Thank you for helping a newbie.
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.