Tagged Questions
3
votes
11answers
11k views
How do I create a GUI for a windows application using C++?
I am deciding on how to develop a GUI for a small c++/win32 api project (working Visual Studio C++ 2008). The project will only need a few components to start off the main process so it will be very ...
1
vote
1answer
58 views
Using the visual studio wpf editor to create an gui not for windows gui
It's quite hard to explain in question title, however what I want to achieve is this:
I would like to use XAML (and possibly the visual editor) to create GUIs that won't be rendered on "MS Windows ...
1
vote
2answers
3k views
Learning Eclipse Visual Editor Swing with Java
I am trying to create a java GUI project for school using Eclipse Visual Editor with Swing. But i am having a lot of issues learning this since this is the first time i am making a GUI.
Like when i ...