Eric Oulashin's C++ Audio Mixer
1.0
home
erico
projects
audio_mixer_cpp
code
AudioMixerCPP_Win_VisualStudio
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
12
class
CCustomEditListBox
:
public
CVSListBox
13
{
14
private
:
15
void
OnBrowse()
override
;
16
};
17
18
#endif
CCustomEditListBox
Definition
CCustomEditListBox.h:13
CVSListBox
Generated by
1.9.8