Advertising (This ad goes away for registered users. You can Login or Register)

How do you make UI in windows?

Discuss about your favorite (gaming...or not) devices here. The most popular ones will end up getting their own categories
Programming discussions for your favorite Device
Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Locked
User avatar
Xaikiri
Posts: 179
Joined: Tue Sep 28, 2010 10:25 am

How do you make UI in windows?

Post by Xaikiri » Mon Mar 07, 2011 12:29 pm

I've wrote a program in C++. What the program does is it gives you advices, item builds and the description of the characters in DotA. But i want a UI in the program so that they could easily choose the character they want to view.

nw wht do i to mke this hppen?
Advertising
Image

User avatar
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: How do you make UI in windows?

Post by m0skit0 » Mon Mar 07, 2011 12:36 pm

First, please write correctly, this is a forum, not a cell phone.

My suggestion is to use some library to simplify the process, but also learn less. The other side, which is write the whole GUI using native Windows calls with C++, it's quite long and prone to errors, but you also learn how it does work. Your choice.
Advertising
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"

User avatar
Xaikiri
Posts: 179
Joined: Tue Sep 28, 2010 10:25 am

Re: How do you make UI in windows?

Post by Xaikiri » Mon Mar 07, 2011 12:56 pm

m0skit0 wrote:First, please write correctly, this is a forum, not a cell phone.

My suggestion is to use some library to simplify the process, but also learn less. The other side, which is write the whole GUI using native Windows calls with C++, it's quite long and prone to errors, but you also learn how it does work. Your choice.
Oh.. Okay thanks.
Image

failbit
Posts: 48
Joined: Fri Apr 08, 2011 1:43 pm

Re: How do you make UI in windows?

Post by failbit » Sun Apr 17, 2011 11:49 am

So if you want to have a GUI without thousands of lines for Windows API code you should use librarys such as .NET or QT. It's very simple to create a GUI with that.
MIPS: Misleading Information to Promote Sales
Play Skat on your PSP:
viewtopic.php?f=26&t=5085

User avatar
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: How do you make UI in windows?

Post by m0skit0 » Mon Apr 18, 2011 9:03 am

No need to revive a one-month old thread for stuff already said.
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"

Locked

Return to “Programming and Security”