hello everyone, im just confused on how to create GUI using the visual c++, could you help me.. coz i tried one but it doesnt work at all, do i haVE to setup anything on its properties

Recommended Answers

All 3 Replies

When you are choosing the type of project in the beginning are you doing Win32 or CLR/Winforms?

Also, during that project selection process did you check the box saying empty project? If you check that many settings will not be correct without manually changing them.

Its quite difficult to create UI in Windows SDK, I will suggest you to use MFC for it.

You can specify type of UI you want. most simple is Dialog based.

As others have said, a dialog based MFC project is the most simple to work with. Once you've got that started, you can look at the resource view and see the dialog. From there you can add buttons, text boxes and other controls using the control toolbar.

What have you done so far that isn't working for you?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.