Support Forums

Full Version: Help with GUI
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay so I making my first C++ program with a GUI.
I know how to add a text/edit box but I'm facing a problem.
The text keeps getting to the edge of the text box and stopping, not even taking note of the rest of the box. Does anyone know the code for this? It would help a lot.
Nobody can provide you a code here because they don't know what you're using. Is this a VisualC++ project? CodeBlocks with separate compiler? Are you using a library to create the GUI like QT? Or doing your own from scratch by utilizing the Win32 API?
(09-07-2012, 07:28 PM)AceInfinity Wrote: [ -> ]Nobody can provide you a code here because they don't know what you're using. Is this a VisualC++ project? CodeBlocks with separate compiler? Are you using a library to create the GUI like QT? Or doing your own from scratch by utilizing the Win32 API?

I'm using Dev-C++ and I'm pretty sure it's the Win32 API.