// mylistbo.cpp : implementation file // #include "stdafx.h" #include "gmud32.h" #include "mylistbo.h" #ifdef _DEBUG #undef THIS_FILE static char BASED_CODE THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CMyListBox CMyListBox::CMyListBox() { } CMyListBox::~CMyListBox() { } BEGIN_MESSAGE_MAP(CMyListBox, CListBox) //{{AFX_MSG_MAP(CMyListBox) //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CMyListBox message handlers