Support Forums
Help with GUI - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Programming with C++ (https://www.supportforums.net/forumdisplay.php?fid=20)
+---- Thread: Help with GUI (/showthread.php?tid=27054)



Help with GUI - Dolan. - 09-05-2012

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.


RE: Help with GUI - AceInfinity - 09-07-2012

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?


RE: Help with GUI - Dolan. - 09-08-2012

(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.