Category : C++ Source Code
Archive   : OUTVBX.ZIP
Filename : PLUSMIN.CPP

 
Output of file : PLUSMIN.CPP contained in archive : OUTVBX.ZIP
// plusmin.cpp : implementation file
//

#include "stdafx.h"
#include "outvbx.h"
#include "plusmin.h"

#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CPlusMinusDlg dialog

CPlusMinusDlg::CPlusMinusDlg(CWnd* pParent /*=NULL*/)
: CDialog(CPlusMinusDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CPlusMinusDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}

void CPlusMinusDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CPlusMinusDlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}

BEGIN_MESSAGE_MAP(CPlusMinusDlg, CDialog)
//{{AFX_MSG_MAP(CPlusMinusDlg)
ON_VBXEVENT(VBN_EXPAND, IDC_PLUSMINUS, OnExpandPlusminus)
ON_VBXEVENT(VBN_COLLAPSE, IDC_PLUSMINUS, OnCollapsePlusminus)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CPlusMinusDlg message handlers

void CPlusMinusDlg::OnExpandPlusminus(UINT, int, CWnd*, LPVOID)
{
// TODO: Add your VBX event notification handler code here

}

void CPlusMinusDlg::OnCollapsePlusminus(UINT, int, CWnd*, LPVOID)
{
// TODO: Add your VBX event notification handler code here

}


  3 Responses to “Category : C++ Source Code
Archive   : OUTVBX.ZIP
Filename : PLUSMIN.CPP

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/