Flurite
|
  |
| Joined: 03 Apr 2011 |
| Total Posts: 5386 |
|
|
| 23 Nov 2011 01:45 PM |
I'm learning C++, and I'm interested in a program that allows me to make GUI's like, windows, buttons, etc. Is there any FREE program that I can use to make this?
I'm currently using Visual Studio Express, and it doesn't allow me to do this. Any ideas? |
|
|
| Report Abuse |
|
|
|
| 23 Nov 2011 01:48 PM |
Idk...
Make a window usin win32 and do a gui makin rogram yourself? :3 |
|
|
| Report Abuse |
|
|
|
| 23 Nov 2011 01:48 PM |
| VS Express does let you do that. |
|
|
| Report Abuse |
|
|
Flurite
|
  |
| Joined: 03 Apr 2011 |
| Total Posts: 5386 |
|
|
| 23 Nov 2011 01:50 PM |
@Hailey
Really?!?! >_>
Instructions, pls. |
|
|
| Report Abuse |
|
|
| |
|
Flurite
|
  |
| Joined: 03 Apr 2011 |
| Total Posts: 5386 |
|
| |
|
|
| 23 Nov 2011 02:00 PM |
| Run the FIRST tutorial they show in the middle when you start up the Welcome page. |
|
|
| Report Abuse |
|
|
|
| 23 Nov 2011 02:01 PM |
"I'm currently using Visual Studio Express, and it doesn't allow me to do this. Any ideas?"
Start new project, choose "Windows Forms Application" as your project type, it sets up everything you need for you to start working with the GUI editor. |
|
|
| Report Abuse |
|
|