GUI for C++ programme in Visual Studio .NET

P

Pekka Jarvela

I am a beginner and have written a C++ programme in Visual Studio
..NET. Now, programme is for time being Console application (= works in
DOS window). I would however like that it had graphical user
interface. Now, is there an easy way to create one in .NET
environment? It should preferably have following properties:

1. Fields for inputting variable values.
2. Drop down menu for selecting working directory.

What would you recommend?

Pekka
 
I

Ioannis Vranos

Pekka Jarvela said:
I am a beginner and have written a C++ programme in Visual Studio
.NET. Now, programme is for time being Console application (= works in
DOS window). I would however like that it had graphical user
interface. Now, is there an easy way to create one in .NET
environment? It should preferably have following properties:

1. Fields for inputting variable values.
2. Drop down menu for selecting working directory.

What would you recommend?



A suggestion. First spend some time to learn the basics of C++ core language
and its standard library. Then you can move to learn whatever system
specific API (library) you want and use it to create system-specific
applications (e.g. GUI ones like .NET for Windows, QT for GNU/Linux and so
on).

Learning how to use an API after you have learned the language is not
difficult.






Ioannis Vranos
 
C

Christopher Benson-Manica

In comp.lang.c++ Pekka Jarvela said:
I am a beginner and have written a C++ programme in Visual Studio
.NET. Now, programme is for time being Console application (= works in
DOS window). I would however like that it had graphical user
interface. Now, is there an easy way to create one in .NET
environment? It should preferably have following properties:
What would you recommend?

Reading the following:

http://www.slack.net/~shiva/welcome.txt
http://www.parashift.com/c++-faq-lite/
 
W

Wellu =?iso-8859-1?Q?M=E4kinen?=

I am a beginner and have written a C++ programme in Visual Studio
.NET. Now, programme is for time being Console application (= works in
DOS window). I would however like that it had graphical user
interface. Now, is there an easy way to create one in .NET
environment? It should preferably have following properties:

1. Fields for inputting variable values.
2. Drop down menu for selecting working directory.

What would you recommend?

A different newsgroup ;)

--
|||
(0-0)
+--------oOO--(_)--OOo----------------------------+
| Wellu Mäkinen www.wellu.0rg |
| |
| No tears please, it's a waste of good suffering |
+-------------------------------------------------+
 
W

Will

I am a beginner and have written a C++ programme in Visual Studio
.NET. Now, programme is for time being Console application (= works in
DOS window). I would however like that it had graphical user
interface. Now, is there an easy way to create one in .NET
environment? It should preferably have following properties:

1. Fields for inputting variable values.
2. Drop down menu for selecting working directory.

What would you recommend?

Pekka


How about good old MFC.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top