 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Freddy Guest
|
Posted: Tue May 08, 2007 7:25 am Post subject: Dialog Box |
|
|
Hi,
Can you create dialog boxes (like a GUI) using the C language...and if
so is it a complicated task?
Cheers,
Freddy |
|
| Back to top |
|
 |
Richard Heathfield Guest
|
Posted: Tue May 08, 2007 7:54 am Post subject: Re: Dialog Box |
|
|
Freddy said:
| Quote: | Hi,
Can you create dialog boxes (like a GUI) using the C language...
|
Yes. Any possible computation can be computed in C. This includes the
creation of dialog boxes. Nevertheless, the standard C language offers
no direct support for them, so you will probably want to use a
third-party library to help you out here. Alas, such libraries are not
topical in comp.lang.c, but you will be able to find out what you need
to know in a newsgroup such as, say, comp.unix.programmer or
comp.os.ms-windows.programmer.win32, or indeed whatever group is
applicable for your particular platform.
| Quote: | and if so is it a complicated task?
|
It depends.
--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www. |
|
| Back to top |
|
 |
jacob.navia Guest
|
Posted: Tue May 08, 2007 9:12 am Post subject: Re: Dialog Box |
|
|
Freddy a écrit :
| Quote: | Hi,
Can you create dialog boxes (like a GUI) using the C language...and if
so is it a complicated task?
Cheers,
Freddy
|
No, it is quite easy, once you know how to do it.
:-)
This is done by the GUI that you are using. For instance using microsoft
windows you will have one method, using linux GTK you will have another,
and using the MacIntosh you will have yet another way of doing dialog
boxes.
There are some multi-platform libraries that allow you to specify your
dialog in some language and then they will make it run in different
platforms. |
|
| Back to top |
|
 |
aleksa Guest
|
Posted: Tue May 08, 2007 9:12 am Post subject: Re: Dialog Box |
|
|
| Quote: | Can you create dialog boxes (like a GUI) using the C language...
and if so is it a complicated task?
|
Try the link below, it will help you to use dialogs, and much, much
more.
Not complicated at all.
--
Generic Window Handler - easy dialogs & MDI - no MFC
www.beotel.net/~gwh |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|