dear all!
i am new at programming pro toolkit and have a problem about programming a menu with open a dialog. i use ms vs c++ 6.0.
i give you my example code, so may anyone can help me.
main cpp-file TEST1.cpp:
#include "stdafx.h"
#include "TEST1.h"
#include <ProUIDialog.h>
#include <ProUIPushbutton.h>
#include <ProUILabel.h>
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
BEGIN_MESSAGE_MAP(CTEST1App, CWinApp)
END_MESSAGE_MAP()
// CTEST1App Konstruktion
CTEST1App::CTEST1App()
{
// ZU ERLEDIGEN: Hier Code zur Konstruktion einf
i am new at programming pro toolkit and have a problem about programming a menu with open a dialog. i use ms vs c++ 6.0.
i give you my example code, so may anyone can help me.
main cpp-file TEST1.cpp:
#include "stdafx.h"
#include "TEST1.h"
#include <ProUIDialog.h>
#include <ProUIPushbutton.h>
#include <ProUILabel.h>
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
BEGIN_MESSAGE_MAP(CTEST1App, CWinApp)
END_MESSAGE_MAP()
// CTEST1App Konstruktion
CTEST1App::CTEST1App()
{
// ZU ERLEDIGEN: Hier Code zur Konstruktion einf