Reply
How to create a GUI? (Graphical User Interface)
Old 07-05-2009, 08:41 PM How to create a GUI? (Graphical User Interface)
Lashtal's Avatar
PHP Learner

Posts: 492
Name: Lashtal
Trades: 0
Whenever you download a piece of software, you are supplied with an interface that allows you to install that program.

What languages are used to create such a thing, and how do you go about creating one?
Lashtal is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 07-06-2009, 08:57 AM Re: How to create a GUI? (Graphical User Interface)
King Spam Talker

Posts: 1,409
Trades: 0
In the begining they were nothing but dos autoexec batch files. Today I imagine they are a combo of VB or exec files.
__________________
Colbyt
colbyt is online now
Reply With Quote
View Public Profile
 
Old 07-06-2009, 09:38 AM Re: How to create a GUI? (Graphical User Interface)
tripy's Avatar
Do not try this at home!

Posts: 3,176
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
You mean, something like nsis ?
http://nsis.sourceforge.net/Main_Page
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is online now
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 07-07-2009, 10:22 PM Re: How to create a GUI? (Graphical User Interface)
Lashtal's Avatar
PHP Learner

Posts: 492
Name: Lashtal
Trades: 0
yes, I believe something like that would work- for general purposes.

I am actually not sure what i'm talking about when it comes to this (can you tell?, lol), however, I do also think I was looking at something like this as well: http://www.youtube.com/watch?v=mHWTVNq3A0Y


Here's why I ask: I was interested to know that some people out there develop software free of charge (freeware), and a lot of these guys provide their software for free- so long as you agree to their terms of service upon installation- such terms include something to the affect that, in order to proceed with the installation and use of said software- you agree to install a toolbar, or whatever it is that they supply you to add on your system. And this is where they earn their money back for the development of such wares.

---

I was also interested to ask what language(s) you believe were used to create something like this: FriendBlasterPro

Thanks you for your help!
Lashtal is offline
Reply With Quote
View Public Profile
 
Old 07-14-2009, 11:46 PM Re: How to create a GUI? (Graphical User Interface)
Lashtal's Avatar
PHP Learner

Posts: 492
Name: Lashtal
Trades: 0
RonR, only?

what other languages may be used to create GUI's?
Lashtal is offline
Reply With Quote
View Public Profile
 
Old 07-26-2009, 10:53 PM Re: How to create a GUI? (Graphical User Interface)
Brian07002's Avatar
Defies a Status

Posts: 1,587
Name: ...
Location: ...
Trades: 0
These are all done with visual editors for the most part...If you still learning to program, stay within GUI languages such as Visual Basic. Once you become a master programmer, then try coding your own language, then writing your own applications based on the language that you created. That's when you know you good. Some of the expert programmers' rely on a language already in existence and say they are good...If you want to be awesome, base your language on machine code, but make it different. Very hard, but not impossible.

Visual Basic: (Beginners)
http://www.microsoft.com/express/vb/Default.aspx

Machine Code: (experts)
http://en.wikipedia.org/wiki/Machine_code

Good luck.
__________________
Sig Less - Have some site you want me to put here? Will put here for a couple of paypal bucks.

Last edited by Brian07002; 07-26-2009 at 10:55 PM..
Brian07002 is online now
Reply With Quote
View Public Profile
 
Old 07-27-2009, 01:05 AM Re: How to create a GUI? (Graphical User Interface)
NullPointer's Avatar
Will Code for Food

Latest Blog Post:
Easy PHP Search with Opera
Posts: 1,067
Name: Matt
Location: Irvine, CA
Trades: 0
@brian

I'm not an expert on user interfaces, but those that I have created (in Java and C++) were not done using visual editors. Also, I don't see where you are going with the "coding your own language" point. Creating a language is not a simple task and every language in use on a large scale is the product of collaboration between many people and have been developed over years.

Coding in machine code (assembly language) doesn't make you an expert and unless you are very proficient at it, code compiled or interpreted from a higher level language like C++ will out perform anything you write anyways. Creating a compiler (the program that translates your higher level language code to machine code) is not a simple or quick task. If your goal is to create an application, starting by inventing your own language (which most likely involves creating a compiler or interpreter) is not the best idea. Compilers take years of development to mature and this work is done by communities not individuals.

@Lashtal

Most languages can facilitate the programmer in some way when it comes to creating a UI. Pick a language you know or want to learn and chances are you can create a UI with it.
__________________
Tinsology | How to Post Code | EverythingDev
NullPointer is online now
Reply With Quote
View Public Profile
 
Old 08-01-2009, 06:37 PM Re: How to create a GUI? (Graphical User Interface)
Skilled Talker

Posts: 54
Trades: 0
=
Quote:
Originally Posted by Lashtal View Post
an interface that allows you to install that program.
I think you are thinking of InstallShield. An example of an installer designed and made with this software can be seen below.

KellyAX is offline
Reply With Quote
View Public Profile
 
Old 08-24-2009, 06:14 AM Re: How to create a GUI? (Graphical User Interface)
Junior Talker

Posts: 3
Name: Yahia
Trades: 0
The easiest GUI to learn these days is HTML. It's easy because the languages are relatively simple (simpler than C++!), and because there are so many toolkits and tutorials to pick from. Use CSS to change its skin!
Tawfik is offline
Reply With Quote
View Public Profile
 
Old 08-24-2009, 11:04 PM Re: How to create a GUI? (Graphical User Interface)
Brian07002's Avatar
Defies a Status

Posts: 1,587
Name: ...
Location: ...
Trades: 0
@Tawfik,

yes, that's true, and you can compile html into an executable file to execute, so the sky is the limit as far as where you start till where you end...Really depends on what you want to develop as you could create a gui w/out an installer with using only html, images, etc..Or using a more elaborate language to do more technical stuff.

Good luck.
__________________
Sig Less - Have some site you want me to put here? Will put here for a couple of paypal bucks.
Brian07002 is online now
Reply With Quote
View Public Profile
 
Old 08-25-2009, 05:45 AM Re: How to create a GUI? (Graphical User Interface)
Super Talker

Posts: 105
Trades: 0
VB and C++ are mostly used languages for this purpose.
itbuzz is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to create a GUI? (Graphical User Interface)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.15199 seconds with 13 queries