I'm new to programming and I am experimenting with Windows Forms Applications on Visual Studio C++ 2012. I added a comboBox to the form and want to initialize with values determined at runtime. I did some research and found that I need to define the OnInitDialog() function. Where do I implement this (and how)? Visual Studio has created two source files: Form1.h and .cpp.
Thank you.