Panels in C++?

BlitzPlus Forums/BlitzPlus Programming/Panels in C++?

Alaric(Posted 2007) [#1]
Hey guys. Lately I've been working on a GUI creation program for Blitzplus. The problem this time is that I want to give the user the abillity to export code for multiple languages including C++. However, I'm having trouble figuring out how to get C++ to create panels that resemble those in BlitzPlus. Does anyone know how this can be accomplished?


Moore(Posted 2007) [#2]
hit up msdn.com and look up panels in relation to the win32 api.