Adding a Combobox?

Sep 10, 2012 at 8:39pm
Heya there,

I have been looking and following through http://www.functionx.com/win32/controls/combobox.htm this tutorial. However I cannot work out how to do the stuff in steps 1 and 2 in the "Creating a Combobox" section.

I am using Dev C++.
Last edited on Sep 10, 2012 at 8:40pm
Sep 10, 2012 at 9:07pm
I really hope you're using wxDev-C++ or Orwell Dev-C++. Anyway this would be File -> New -> Project, then select "Windows Application". Then save your project to it's own folder with whatever name and this should bring you to about step 10. Then to add another file go to File -> New -> Source File, save it as whatever.h. Step 15 is File -> New -> Resource File... I think you get the picture.
Sep 11, 2012 at 4:46pm
I have gotten rid of Dev C++ in favour of Visual Studio.

However I am trying to follow along with the tutorials (as in make the resource files etc) but it always gives me errors when I tried to do it.
Sep 11, 2012 at 4:51pm
OK, what steps are you getting errors on and what are the errors? That tutorial isn't terribly complicated we should be able to help you through it.
Sep 11, 2012 at 5:56pm
I have kind of forgot about the combobox for now, as this is now troubling me...

http://www.cplusplus.com/forum/windows/78939/
Topic archived. No new replies allowed.