Eric Oulashin's C++ Audio Mixer 1.0
CCustomEditListBox.h
Go to the documentation of this file.
1#ifndef __CCUSTOM_EDIT_LIST_BOX_H__
2#define __CCUSTOM_EDIT_LIST_BOX_H__
3
4// This is a customized CVSListBox to customize the behavior of
5// the "browse" button (labeled "...") to allow the user to
6// browse for & choose a file
7// https://burnburn.acmerich.com/2014/10/how-to-use-cvslistbox-customize-browse-button/
8
9
10#include "afxvslistbox.h"
11
13{
14 private:
15 void OnBrowse() override;
16};
17
18#endif
Definition CCustomEditListBox.h:13